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