MCPcopy 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
21void FileWriter::Seek(uint64_t pos)
22{
23 m_pFileData->Seek(pos);
24}
25
26void FileWriter::Write(void const * p, size_t size)
27{

Callers 6

VarSerialVectorWriterMethod · 0.45
FinishRecordMethod · 0.45
GetWriterMethod · 0.45
FinishMethod · 0.45
FreezeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected