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 utils.MapKeys and utils.MapValues #19

Merged
merged 2 commits into from
Nov 26, 2022
Merged

Add utils.MapKeys and utils.MapValues #19

merged 2 commits into from
Nov 26, 2022

Conversation

aidenwallis
Copy link
Owner

Add:

  • utils.MapKeys - returns all keys in a given map
  • utils.MapValues - returns all values in a given map

@codecov
Copy link

codecov bot commented Nov 26, 2022

Codecov Report

Merging #19 (37bacb2) into main (5cc8072) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #19   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        23    +2     
  Lines          186       198   +12     
=========================================
+ Hits           186       198   +12     
Impacted Files Coverage Δ
utils/map_keys.go 100.00% <100.00%> (ø)
utils/map_values.go 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aidenwallis aidenwallis merged commit b30be7b into main Nov 26, 2022
@aidenwallis aidenwallis deleted the map-utils branch November 26, 2022 20:00
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.

1 participant