MCPcopy 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

120struct NetworkSetup
121{
122 NetworkSetup()
123 {
124 Assert(SetupNetworking());
125 }
126};
127static NetworkSetup g_networksetup_instance;
128

Callers

nothing calls this directly

Calls 1

SetupNetworkingFunction · 0.85

Tested by

no test coverage detected