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 list membership API and uint64 hash utilities #1103

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Conversation

bretambrose
Copy link
Contributor

@bretambrose bretambrose commented Apr 15, 2024

  • List membership check function to safely remove when something may or may not be in a list
  • uint64 hash utility functions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bretambrose bretambrose changed the title Add list membership API Add list membership API and uint64 hash utilities Apr 15, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 83.06%. Comparing base (656a2ef) to head (c7f3219).

Files Patch % Lines
source/hash_table.c 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1103      +/-   ##
==========================================
- Coverage   83.11%   83.06%   -0.06%     
==========================================
  Files          56       56              
  Lines        5764     5768       +4     
==========================================
  Hits         4791     4791              
- Misses        973      977       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bretambrose bretambrose merged commit ad15e6a into main Apr 15, 2024
52 checks passed
@bretambrose bretambrose deleted the ListMembership branch April 15, 2024 19:53
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.

None yet

3 participants