MCPcopy 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
2579uint64 CUpDownClient::GetDownloadedTotal() const
2580{
2581 return credits ? credits->GetDownloadedTotal() : 0;
2582}
2583
2584uint64 CUpDownClient::GetUploadedTotal() const
2585{

Callers 3

CEC_UpDownClient_TagMethod · 0.45
SaveListMethod · 0.45
OnInitDialogMethod · 0.45

Calls

no outgoing calls

Tested by 1

CEC_UpDownClient_TagMethod · 0.36