Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ operator[]
Method
operator[]
IndexedStorageLib/IndexedStorage.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
std::string VectorStorage::operator[](size_t i) const
41
{
42
return m_storage[i];
43
}
44
45
SnappyStorage::SnappyStorage() :
46
m_readBlockIndex(-1),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected