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

Method To

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

Returns the index of the first string from the next block.

Source from the content-addressed store, hash-verified

137
138 // Returns the index of the first string from the next block.
139 uint64_t To() const { return m_from + m_subs; }
140
141 uint64_t m_offset = 0; // offset of the block from the beginning of the section
142 uint64_t m_from = 0; // index of the first string in the block

Callers 4

GetNumStringsMethod · 0.45
GetBlockIxMethod · 0.45
ReadMethod · 0.45
ExtractStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected