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

Method Connected

src/addrman.cpp:1126–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126void AddrManImpl::Connected(const CService& addr, int64_t nTime)
1127{
1128 LOCK(cs);
1129 Check();
1130 Connected_(addr, nTime);
1131 Check();
1132}
1133
1134void AddrManImpl::SetServices(const CService& addr, ServiceFlags nServices)
1135{

Callers 3

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