MCPcopy 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
2679uint64_t CConnman::GetTotalBytesSent()
2680{
2681 LOCK(cs_totalBytesSent);
2682 return nTotalBytesSent;
2683}
2684
2685ServiceFlags CConnman::GetLocalServices() const
2686{

Callers 2

getnettotalsFunction · 0.80
getTotalBytesSentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected