Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1091
void AddrManImpl::ResolveCollisions()
1092
{
1093
LOCK(cs);
1094
Check();
1095
ResolveCollisions_();
1096
Check();
1097
}
1098
1099
std::pair<CAddress, int64_t> AddrManImpl::SelectTriedCollision()
1100
{
Callers
3
ThreadOpenConnections
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
FUZZ_TARGET_INIT
Function · 0.80
Calls
1
Check
Function · 0.85
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.64
FUZZ_TARGET_INIT
Function · 0.64