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

Method Attempt

src/addrman.cpp:1083–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083void AddrManImpl::Attempt(const CService& addr, bool fCountFailure, int64_t nTime)
1084{
1085 LOCK(cs);
1086 Check();
1087 Attempt_(addr, fCountFailure, nTime);
1088 Check();
1089}
1090
1091void AddrManImpl::ResolveCollisions()
1092{

Callers 3

ConnectNodeMethod · 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