MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetRelativeIndex

Method GetRelativeIndex

IndexedStorageLib/IndexedStorage.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100size_t SnappyStorage::GetRelativeIndex(size_t index) const
101{
102 return index % blockSize;
103}
104
105std::string SnappyStorage::GetString(size_t index)
106{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected