Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetTotalBytesSent
Method
GetTotalBytesSent
src/net.cpp:2679–2683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2677
}
2678
2679
uint64_t CConnman::GetTotalBytesSent()
2680
{
2681
LOCK(cs_totalBytesSent);
2682
return nTotalBytesSent;
2683
}
2684
2685
ServiceFlags CConnman::GetLocalServices() const
2686
{
Callers
2
getnettotals
Function · 0.80
getTotalBytesSent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected