Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ GetDownloadedTotal
Method
GetDownloadedTotal
src/BaseClient.cpp:2579–2582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2577
}
2578
2579
uint64 CUpDownClient::GetDownloadedTotal() const
2580
{
2581
return credits ? credits->GetDownloadedTotal() : 0;
2582
}
2583
2584
uint64 CUpDownClient::GetUploadedTotal() const
2585
{
Callers
3
CEC_UpDownClient_Tag
Method · 0.45
SaveList
Method · 0.45
OnInitDialog
Method · 0.45
Calls
no outgoing calls
Tested by
1
CEC_UpDownClient_Tag
Method · 0.36