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

Method BytesRead

libs/coding/succinct_mapper.hpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 uint64_t BytesRead() const { return static_cast<uint64_t>(m_cur - m_base); }
94
95private:
96 uint8_t const * const m_base;

Callers 2

MapFunction · 0.45
ReverseMapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected