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

Method SelectTriedCollision

src/addrman.cpp:1192–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190}
1191
1192std::pair<CAddress, NodeSeconds> AddrManImpl::SelectTriedCollision()
1193{
1194 LOCK(cs);
1195 Check();
1196 auto ret = SelectTriedCollision_();
1197 Check();
1198 return ret;
1199}
1200
1201std::pair<CAddress, NodeSeconds> AddrManImpl::Select(bool new_only, const std::unordered_set<Network>& networks) const
1202{

Callers 3

ThreadOpenConnectionsMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
addrman.cppFile · 0.80

Calls 1

CheckFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64