Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ writeFile
Method
writeFile
3ds/source/transfer.cpp:248–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
return output->good();
247
}
248
bool writeFile(const void* data, size_t n) override
249
{
250
output->write(data, (u32)n);
251
return true;
252
}
253
void endFile() override
254
{
255
if (output) {
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected