MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / Create

Method Create

src/test/addrman_tests.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 CAddrInfo* Create(const CAddress& addr, const CNetAddr& addrSource, int* pnId = NULL)
43 {
44 return CAddrMan::Create(addr, addrSource, pnId);
45 }
46
47 void Delete(int nId)
48 {

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected