MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetTotalBytesRecv

Method GetTotalBytesRecv

src/net.cpp:2673–2677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2671}
2672
2673uint64_t CConnman::GetTotalBytesRecv()
2674{
2675 LOCK(cs_totalBytesRecv);
2676 return nTotalBytesRecv;
2677}
2678
2679uint64_t CConnman::GetTotalBytesSent()
2680{

Callers 2

getnettotalsFunction · 0.80
getTotalBytesRecvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected