-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] HotAccountsReader::get_account (#34499)
#### Problem All structs that implement AccountsFile are required to support get_account, but the implementation for HotAccounts is currently missing. #### Summary of Changes This PR implements HotAccountsReader::get_account_from_index_offset. This will allow it to support AccountsFile::get_account API. #### Test Plan Add new unit-test.
- Loading branch information
1 parent
1a00175
commit d500eb6
Showing
1 changed file
with
192 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters