Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ NetworkSetup
Method
NetworkSetup
src/test/util/setup_common.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
struct NetworkSetup
121
{
122
NetworkSetup()
123
{
124
Assert(SetupNetworking());
125
}
126
};
127
static NetworkSetup g_networksetup_instance;
128
Callers
nothing calls this directly
Calls
1
SetupNetworking
Function · 0.85
Tested by
no test coverage detected