Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Pos
Method
Pos
libs/coding/writer.hpp:164–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
void Seek(uint64_t pos) override { m_p->Seek(pos); }
163
164
uint64_t Pos() const override { return m_p->Pos(); }
165
166
void Write(void const * p, size_t size) override { m_p->Write(p, size); }
167
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.45
Tested by
no test coverage detected