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

Method GetNumStrings

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

Source from the content-addressed store, hash-verified

227 }
228
229 size_t GetNumStrings() const
230 {
231 CHECK(m_initialized, ());
232 return m_index.GetNumStrings();
233 }
234
235 template <typename Reader>
236 std::string ExtractString(Reader & reader, size_t stringIx)

Callers

nothing calls this directly

Calls 1

GetNumStringsMethod · 0.45

Tested by

no test coverage detected