Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ Add
Method
Add
IndexedStorageLib/IndexedStorage.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
size_t VectorStorage::Add(const std::string& value)
30
{
31
m_storage.push_back(value);
32
return m_storage.size() - 1;
33
}
34
35
size_t VectorStorage::Count() const
36
{
Callers
nothing calls this directly
Calls
2
Compress
Function · 0.50
size
Method · 0.45
Tested by
no test coverage detected