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

fix: method "keys" return an immutable copy of the cache keys #166

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

rafamizes
Copy link
Member

Closes #165

@rafamizes rafamizes added bug Something isn't working refactor A code change that neither fixes a bug nor adds a feature labels Aug 29, 2024
@rafamizes rafamizes self-assigned this Aug 29, 2024
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.52%. Comparing base (27b77a1) to head (6c23f0d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #166   +/-   ##
=======================================
  Coverage   99.52%   99.52%           
=======================================
  Files          11       11           
  Lines         210      210           
=======================================
  Hits          209      209           
  Misses          1        1           

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

@rafamizes rafamizes merged commit a765638 into dartoos-dev:master Aug 29, 2024
3 checks passed
@rafamizes rafamizes deleted the 165 branch August 29, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactor A code change that neither fixes a bug nor adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementations of the 'keys' method should return an immutable copy of the underlying cache keys.
1 participant