MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Find

Method Find

src/test/addrman_tests.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 CAddrInfo* Find(const CNetAddr& addr, int* pnId = nullptr)
42 {
43 return CAddrMan::Find(addr, pnId);
44 }
45
46 CAddrInfo* Create(const CAddress& addr, const CNetAddr& addrSource, int* pnId = nullptr)
47 {

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected