Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ CreateInternal
Function
CreateInternal
src/test/netbase_tests.cpp:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
static CNetAddr CreateInternal(const std::string& host)
34
{
35
CNetAddr addr;
36
addr.SetInternal(host);
37
return addr;
38
}
39
40
BOOST_AUTO_TEST_CASE(netbase_networks)
41
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
SetInternal
Method · 0.80
Tested by
no test coverage detected