MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SelectConfigNetwork

Method SelectConfigNetwork

src/common/args.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void ArgsManager::SelectConfigNetwork(const std::string& network)
172{
173 LOCK(cs_args);
174 m_network = network;
175}
176
177bool ArgsManager::ParseParameters(int argc, const char* const argv[], std::string& error)
178{

Callers 5

UseMultiprocessFunction · 0.80
SelectBaseParamsFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
system.cppFile · 0.80

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64