Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Write
Method
Write
libs/coding/file_writer.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void FileWriter::Write(void const * p, size_t size)
27
{
28
m_pFileData->Write(p, size);
29
}
30
31
std::string const & FileWriter::GetName() const
32
{
Callers
15
FlushToTmpFile
Method · 0.45
EncodeAndWrite
Method · 0.45
WriteBufferToSink
Function · 0.45
~SerializerJson
Method · 0.45
WritePadding
Function · 0.45
operator()
Method · 0.45
FreezeVisitor
Class · 0.45
operator()
Method · 0.45
ReverseFreezeVisitor
Class · 0.45
xsputn
Method · 0.45
OnBlockUnzipped
Method · 0.45
Write
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected