-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
AcctIdx: use StorageLocation #21853
AcctIdx: use StorageLocation #21853
Conversation
e62f162
to
4416cae
Compare
4416cae
to
254d372
Compare
Codecov Report
@@ Coverage Diff @@
## master #21853 +/- ##
=========================================
- Coverage 81.3% 81.3% -0.1%
=========================================
Files 516 516
Lines 144033 144231 +198
=========================================
+ Hits 117139 117261 +122
- Misses 26894 26970 +76 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it! Just some nitpicking about names.
254d372
to
1c41570
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Lgtm
1c41570
to
8b28e81
Compare
Pull request has been modified.
Problem
Provide abstraction for the cached store_id being a special, high value regular store_id. Move towards reducing the data type of store_id.
Summary of Changes
Fixes #