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

Method FindAddressEntry

src/addrman.cpp:1142–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140}
1141
1142std::optional<AddressPosition> AddrManImpl::FindAddressEntry(const CAddress& addr)
1143{
1144 LOCK(cs);
1145 Check();
1146 auto entry = FindAddressEntry_(addr);
1147 Check();
1148 return entry;
1149}
1150
1151const std::vector<bool>& AddrManImpl::GetAsmap() const
1152{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 1

CheckFunction · 0.85

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64