MCPcopy 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
26void FileWriter::Write(void const * p, size_t size)
27{
28 m_pFileData->Write(p, size);
29}
30
31std::string const & FileWriter::GetName() const
32{

Callers 15

FlushToTmpFileMethod · 0.45
EncodeAndWriteMethod · 0.45
WriteBufferToSinkFunction · 0.45
~SerializerJsonMethod · 0.45
WritePaddingFunction · 0.45
operator()Method · 0.45
FreezeVisitorClass · 0.45
operator()Method · 0.45
xsputnMethod · 0.45
OnBlockUnzippedMethod · 0.45
WriteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected