MCPcopy Create free account
hub / github.com/amule-project/amule / GetScoreRatio

Method GetScoreRatio

src/BaseClient.cpp:2589–2592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2587}
2588
2589double CUpDownClient::GetScoreRatio() const
2590{
2591 return credits ? credits->GetScoreRatio(GetIP(), theApp->CryptoAvailable()) : 0;
2592}
2593
2594const wxString CUpDownClient::GetServerName() const
2595{

Callers 2

DrawClientItemMethod · 0.45
OnInitDialogMethod · 0.45

Calls 1

CryptoAvailableMethod · 0.45

Tested by

no test coverage detected