MCPcopy Create free account
hub / github.com/comaps/comaps / GetNumStrings

Method GetNumStrings

libs/coding/text_storage.hpp:307–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 explicit BlockedTextStorage(Reader & reader) : m_reader(reader) { m_storage.InitializeIfNeeded(m_reader); }
306
307 size_t GetNumStrings() const { return m_storage.GetNumStrings(); }
308 std::string ExtractString(size_t stringIx) { return m_storage.ExtractString(m_reader, stringIx); }
309
310private:

Callers 4

GetNumStringsMethod · 0.45
UNIT_TESTFunction · 0.45
ExtractStringMethod · 0.45
GetMethod · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36