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

Method ExtractString

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

Source from the content-addressed store, hash-verified

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:
311 BlockedTextStorageReader m_storage;

Callers 4

UNIT_TESTFunction · 0.45
GetMethod · 0.45
GetMetaByIdMethod · 0.45
DeserializeV0Method · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36