Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2673
uint64_t CConnman::GetTotalBytesRecv()
2674
{
2675
LOCK(cs_totalBytesRecv);
2676
return nTotalBytesRecv;
2677
}
2678
2679
uint64_t CConnman::GetTotalBytesSent()
2680
{
Callers
2
getnettotals
Function · 0.80
getTotalBytesRecv
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected