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

Method BlockedTextStorage

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

Source from the content-addressed store, hash-verified

303{
304public:
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); }

Callers

nothing calls this directly

Calls 1

InitializeIfNeededMethod · 0.45

Tested by

no test coverage detected