MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Size

Method Size

src/addrman.cpp:1149–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149size_t AddrManImpl::Size(std::optional<Network> net, std::optional<bool> in_new) const
1150{
1151 LOCK(cs);
1152 Check();
1153 auto ret = Size_(net, in_new);
1154 Check();
1155 return ret;
1156}
1157
1158bool AddrManImpl::Add(const std::vector<CAddress>& vAddr, const CNetAddr& source, std::chrono::seconds time_penalty)
1159{

Callers 8

LoadAddrmanFunction · 0.45
SeedPeriodicFunction · 0.45
SeedStartupFunction · 0.45
ThreadDNSAddressSeedMethod · 0.45
DumpAddressesMethod · 0.45
ThreadOpenConnectionsMethod · 0.45

Calls 1

CheckFunction · 0.85

Tested by

no test coverage detected