Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ Empty
Method
Empty
IndexedStorageLib/IndexedStorage.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
const int blockSize = 400;
17
18
bool VectorStorage::Empty() const
19
{
20
return m_storage.empty();
21
}
22
23
void VectorStorage::Clear()
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected