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

Method SelectTriedCollision

src/addrman.cpp:1099–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097}
1098
1099std::pair<CAddress, int64_t> AddrManImpl::SelectTriedCollision()
1100{
1101 LOCK(cs);
1102 Check();
1103 const auto ret = SelectTriedCollision_();
1104 Check();
1105 return ret;
1106}
1107
1108std::pair<CAddress, int64_t> AddrManImpl::Select(bool newOnly) const
1109{

Callers 3

ThreadOpenConnectionsMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
FUZZ_TARGET_INITFunction · 0.80

Calls 1

CheckFunction · 0.85

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGET_INITFunction · 0.64