Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ endFile
Method
endFile
3ds/source/transfer.cpp:253–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
return true;
252
}
253
void endFile() override
254
{
255
if (output) {
256
output->close();
257
output.reset();
258
}
259
}
260
};
261
262
// FileReader opening backup files (UTF-8 abs path) via FSStream for the send.
Callers
nothing calls this directly
Calls
2
close
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected