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

Method From

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

Returns the index of the first string belonging to the block.

Source from the content-addressed store, hash-verified

134 {
135 // Returns the index of the first string belonging to the block.
136 uint64_t From() const { return m_from; }
137
138 // Returns the index of the first string from the next block.
139 uint64_t To() const { return m_from + m_subs; }

Callers 2

GetBlockIxMethod · 0.80
ExtractStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected