Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dispatch function util functions #132

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Conversation

camsaul
Copy link
Owner

@camsaul camsaul commented Sep 14, 2022

Resolves #16

Adds dispatch-on-first-arg, dispatch-on-first-two-args`, etc. for up to 4 args.

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

Base: 86.98% // Head: 87.29% // Increases project coverage by +0.30% 🎉

Coverage data is based on head (ecc48f2) compared to base (dd7fcd0).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   86.98%   87.29%   +0.30%     
==========================================
  Files          22       23       +1     
  Lines        1245     1275      +30     
  Branches       70       70              
==========================================
+ Hits         1083     1113      +30     
  Misses         92       92              
  Partials       70       70              
Impacted Files Coverage Δ
src/methodical/util/dispatch.clj 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@camsaul camsaul merged commit 8eab91f into master Sep 14, 2022
@camsaul camsaul deleted the add-dispatch-fn-utils branch September 14, 2022 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add util fns like dispatch-1 dispatch-2 etc.
1 participant