MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / SetupArgs

Method SetupArgs

src/test/util_tests.cpp:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 m_network_only_args.insert(arg);
196 }
197 void SetupArgs(int argv, const char* args[])
198 {
199 for (int i = 0; i < argv; ++i) {
200 AddArg(args[i], "", false, OptionsCategory::OPTIONS);
201 }
202 }
203};
204
205BOOST_AUTO_TEST_CASE(util_ParseParameters)

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected