-
Notifications
You must be signed in to change notification settings - Fork 687
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
flat: add a way to check for existence without reading out the value #10510
Conversation
The coverage here is likely to decrease before #10494 lands with tests. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #10510 +/- ##
==========================================
- Coverage 72.01% 71.99% -0.03%
==========================================
Files 720 720
Lines 146459 146480 +21
Branches 146459 146480 +21
==========================================
- Hits 105477 105455 -22
- Misses 36133 36169 +36
- Partials 4849 4856 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
nit: |
FWIW as i was working on this change i was perpetually unsure if it is possible for key to be present in the store and hold a |
250b646
to
3642da6
Compare
Fair. It's not possible, e.g. |
No description provided.