Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ writeFile
Method
writeFile
common/script/zip_api.cpp:136–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
return out != nullptr;
135
}
136
bool writeFile(const void* data, size_t n) override { return out != nullptr && fwrite(data, 1, n, out) == n; }
137
void endFile() override
138
{
139
if (out != nullptr) {
Callers
1
extractZip
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected