MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetupArgs

Method SetupArgs

src/test/util_tests.cpp:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 m_network_only_args.insert(arg);
243 }
244 void SetupArgs(const std::vector<std::pair<std::string, unsigned int>>& args)
245 {
246 for (const auto& arg : args) {
247 AddArg(arg.first, "", arg.second, OptionsCategory::OPTIONS);
248 }
249 }
250 using ArgsManager::GetSetting;
251 using ArgsManager::GetSettingsList;
252 using ArgsManager::ReadConfigStream;

Callers 4

CheckValueMethod · 0.80
ParseMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
TestParseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected