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

Method ResolveCollisions

src/addrman.cpp:1091–1097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091void AddrManImpl::ResolveCollisions()
1092{
1093 LOCK(cs);
1094 Check();
1095 ResolveCollisions_();
1096 Check();
1097}
1098
1099std::pair<CAddress, int64_t> AddrManImpl::SelectTriedCollision()
1100{

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