MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / startFile

Method startFile

switch/source/progress.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void UiProgressSink::startFile(const std::string& name, u64 size)
44{
45 TransferStatus::startFile(name, size);
46}
47
48void UiProgressSink::advanceBytes(u64 offset)
49{

Callers 2

verifyTreeFunction · 0.45
copyFileMethod · 0.45

Calls 1

startFileFunction · 0.70

Tested by

no test coverage detected