Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Seek
Method
Seek
libs/coding/file_writer.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void FileWriter::Seek(uint64_t pos)
22
{
23
m_pFileData->Seek(pos);
24
}
25
26
void FileWriter::Write(void const * p, size_t size)
27
{
Callers
6
VarSerialVectorWriter
Method · 0.45
FinishRecord
Method · 0.45
GetWriter
Method · 0.45
Finish
Method · 0.45
Freeze
Method · 0.45
~BlockedTextStorageWriter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected