MCPcopy 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
35size_t VectorStorage::Count() const
36{
37 return m_storage.size();
38}
39
40std::string VectorStorage::operator[](size_t i) const
41{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected