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

Method Pos

libs/coding/writer.hpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 uint64_t Pos() const override
128 {
129 ASSERT_EQUAL(m_offset, GetOffset(), ());
130 return m_pos;
131 }
132
133 void Write(void const * p, size_t size) override
134 {

Callers 2

GetOffsetMethod · 0.45
PosMethod · 0.45

Calls 1

GetOffsetFunction · 0.85

Tested by

no test coverage detected