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

Method SetServices

src/addrman.cpp:1134–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1132}
1133
1134void AddrManImpl::SetServices(const CService& addr, ServiceFlags nServices)
1135{
1136 LOCK(cs);
1137 Check();
1138 SetServices_(addr, nServices);
1139 Check();
1140}
1141
1142std::optional<AddressPosition> AddrManImpl::FindAddressEntry(const CAddress& addr)
1143{

Callers 3

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