Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void UiProgressSink::startFile(const std::string& name, u64 size)
44
{
45
TransferStatus::startFile(name, size);
46
}
47
48
void UiProgressSink::advanceBytes(u64 offset)
49
{
Callers
2
verifyTree
Function · 0.45
copyFile
Method · 0.45
Calls
1
startFile
Function · 0.70
Tested by
no test coverage detected