MCPcopy Create free account
hub / github.com/comaps/comaps / ~SubWriter

Method ~SubWriter

libs/coding/writer.hpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 {}
110
111 ~SubWriter()
112 {
113 ASSERT_EQUAL(m_offset, GetOffset(), ());
114 if (m_pos != m_maxPos)
115 Seek(m_maxPos);
116 }
117
118 void Seek(uint64_t pos) override
119 {

Callers

nothing calls this directly

Calls 2

GetOffsetFunction · 0.85
SeekFunction · 0.85

Tested by

no test coverage detected