Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ AddAddressKnown
Method
AddAddressKnown
src/net.h:810–813 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
808
809
810
void AddAddressKnown(const CAddress& _addr)
811
{
812
addrKnown.insert(_addr.GetKey());
813
}
814
815
void PushAddress(const CAddress& _addr, FastRandomContext &insecure_rand)
816
{
Callers
1
ProcessMessage
Function · 0.80
Calls
2
insert
Method · 0.45
GetKey
Method · 0.45
Tested by
no test coverage detected