MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetTotalBytesRecv

Method GetTotalBytesRecv

src/net.cpp:3009–3012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3007}
3008
3009uint64_t CConnman::GetTotalBytesRecv() const
3010{
3011 return nTotalBytesRecv;
3012}
3013
3014uint64_t CConnman::GetTotalBytesSent() const
3015{

Callers 3

FUZZ_TARGET_INITFunction · 0.80
getnettotalsFunction · 0.80
getTotalBytesRecvMethod · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64