MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetTotalBytesSent

Method GetTotalBytesSent

src/net.cpp:4028–4033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4026}
4027
4028uint64_t CConnman::GetTotalBytesSent() const
4029{
4030 AssertLockNotHeld(m_total_bytes_sent_mutex);
4031 LOCK(m_total_bytes_sent_mutex);
4032 return nTotalBytesSent;
4033}
4034
4035ServiceFlags CConnman::GetLocalServices() const
4036{

Callers 3

connman.cppFile · 0.80
getnettotalsFunction · 0.80
getTotalBytesSentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected