Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Write
Method
Write
libs/coding/writer.hpp:166–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
168
WriterT * GetPtr() const { return m_p.get(); }
169
Callers
nothing calls this directly
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected