Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ GetBlockIndex
Method
GetBlockIndex
IndexedStorageLib/IndexedStorage.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
size_t SnappyStorage::GetBlockIndex(size_t index) const
96
{
97
return index / blockSize;
98
}
99
100
size_t SnappyStorage::GetRelativeIndex(size_t index) const
101
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected