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

Function CreateInternal

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

Source from the content-addressed store, hash-verified

36}
37
38static CNetAddr CreateInternal(const std::string& host)
39{
40 CNetAddr addr;
41 addr.SetInternal(host);
42 return addr;
43}
44
45BOOST_AUTO_TEST_CASE(netbase_networks)
46{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

SetInternalMethod · 0.80

Tested by

no test coverage detected