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