Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
size_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
37
void FileSink::Flush()
38
{
Callers
1
DAEDALUS_ZLIB_CALL_TYPE PngWrite
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected