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

Function ResolveSubNet

src/test/netbase_tests.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static CSubNet ResolveSubNet(const std::string& subnet)
32{
33 CSubNet ret;
34 LookupSubNet(subnet, ret);
35 return ret;
36}
37
38static CNetAddr CreateInternal(const std::string& host)
39{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

LookupSubNetFunction · 0.85

Tested by

no test coverage detected