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

Function CreateInternal

src/test/netbase_tests.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static CNetAddr CreateInternal(const std::string& host)
34{
35 CNetAddr addr;
36 addr.SetInternal(host);
37 return addr;
38}
39
40BOOST_AUTO_TEST_CASE(netbase_networks)
41{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

SetInternalMethod · 0.80

Tested by

no test coverage detected