Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ AddAddressKnown
Method
AddAddressKnown
src/net.h:411–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
410
411
void AddAddressKnown(const CAddress& addr)
412
{
413
addrKnown.insert(addr.GetKey());
414
}
415
416
void PushAddress(const CAddress& addr)
417
{
Callers
1
BOOST_FOREACH
Function · 0.80
Calls
2
insert
Method · 0.45
GetKey
Method · 0.45
Tested by
no test coverage detected