Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3009
uint64_t CConnman::GetTotalBytesRecv() const
3010
{
3011
return nTotalBytesRecv;
3012
}
3013
3014
uint64_t CConnman::GetTotalBytesSent() const
3015
{
Callers
3
FUZZ_TARGET_INIT
Function · 0.80
getnettotals
Function · 0.80
getTotalBytesRecv
Method · 0.80
Calls
no outgoing calls
Tested by
1
FUZZ_TARGET_INIT
Function · 0.64