MCPcopy Create free account
hub / github.com/ElementsProject/elements / DumpAddresses

Method DumpAddresses

src/net.cpp:1847–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1845}
1846
1847void CConnman::DumpAddresses()
1848{
1849 int64_t nStart = GetTimeMillis();
1850
1851 DumpPeerAddresses(::gArgs, addrman);
1852
1853 LogPrint(BCLog::NET, "Flushed %d addresses to peers.dat %dms\n",
1854 addrman.size(), GetTimeMillis() - nStart);
1855}
1856
1857void CConnman::ProcessAddrFetch()
1858{

Callers

nothing calls this directly

Calls 3

GetTimeMillisFunction · 0.85
DumpPeerAddressesFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected