Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3014
uint64_t CConnman::GetTotalBytesSent() const
3015
{
3016
LOCK(cs_totalBytesSent);
3017
return nTotalBytesSent;
3018
}
3019
3020
ServiceFlags CConnman::GetLocalServices() const
3021
{
Callers
3
FUZZ_TARGET_INIT
Function · 0.80
getnettotals
Function · 0.80
getTotalBytesSent
Method · 0.80
Calls
no outgoing calls
Tested by
1
FUZZ_TARGET_INIT
Function · 0.64