Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ ResolveSubNet
Function
ResolveSubNet
src/test/netbase_tests.cpp:22–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
static CSubNet ResolveSubNet(const char* subnet)
23
{
24
CSubNet ret;
25
LookupSubNet(subnet, ret);
26
return ret;
27
}
28
29
static CNetAddr CreateInternal(const char* host)
30
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
LookupSubNet
Function · 0.85
Tested by
no test coverage detected