MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Write

Method Write

Source/Utility/DataSink.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29size_t FileSink::Write(const void * p, size_t len)
30{
31 if (Handle)
32 return fwrite(p, 1, len, Handle);
33
34 return 0;
35}
36
37void FileSink::Flush()
38{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected