Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
static CNetAddr CreateInternal(const std::string& host)
39
{
40
CNetAddr addr;
41
addr.SetInternal(host);
42
return addr;
43
}
44
45
BOOST_AUTO_TEST_CASE(netbase_networks)
46
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
SetInternal
Method · 0.80
Tested by
no test coverage detected