Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ Clear
Method
Clear
IndexedStorageLib/IndexedStorage.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void VectorStorage::Clear()
24
{
25
m_storage.clear();
26
m_storage.shrink_to_fit();
27
}
28
29
size_t VectorStorage::Add(const std::string& value)
30
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected