Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
static CSubNet ResolveSubNet(const std::string& subnet)
32
{
33
CSubNet ret;
34
LookupSubNet(subnet, ret);
35
return ret;
36
}
37
38
static CNetAddr CreateInternal(const std::string& host)
39
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
LookupSubNet
Function · 0.85
Tested by
no test coverage detected