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

Method GetTotalBytesSent

src/net.cpp:3014–3018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3012}
3013
3014uint64_t CConnman::GetTotalBytesSent() const
3015{
3016 LOCK(cs_totalBytesSent);
3017 return nTotalBytesSent;
3018}
3019
3020ServiceFlags CConnman::GetLocalServices() const
3021{

Callers 3

FUZZ_TARGET_INITFunction · 0.80
getnettotalsFunction · 0.80
getTotalBytesSentMethod · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64