MCPcopy 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

16const int blockSize = 400;
17
18bool VectorStorage::Empty() const
19{
20 return m_storage.empty();
21}
22
23void VectorStorage::Clear()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected