MCPcopy 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
29size_t VectorStorage::Add(const std::string& value)
30{
31 m_storage.push_back(value);
32 return m_storage.size() - 1;
33}
34
35size_t VectorStorage::Count() const
36{

Callers

nothing calls this directly

Calls 2

CompressFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected