MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetEntries

Method GetEntries

src/addrman.cpp:1219–1226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217}
1218
1219std::vector<std::pair<AddrInfo, AddressPosition>> AddrManImpl::GetEntries(bool from_tried) const
1220{
1221 LOCK(cs);
1222 Check();
1223 auto addrInfos = GetEntries_(from_tried);
1224 Check();
1225 return addrInfos;
1226}
1227
1228void AddrManImpl::Connected(const CService& addr, NodeSeconds time)
1229{

Callers 1

getrawaddrmanFunction · 0.80

Calls 1

CheckFunction · 0.85

Tested by

no test coverage detected