Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ sendAll
Method
sendAll
common/script/zip_api.cpp:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
FILE* f;
64
explicit FileSink(FILE* file) : f(file) {}
65
bool sendAll(const void* data, size_t len) override { return fwrite(data, 1, len, f) == len; }
66
};
67
68
struct StdFileReader : TransferProto::FileReader {
Callers
1
sendZipStream
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected