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

Method IsArgNegated

src/util/system.cpp:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580bool ArgsManager::IsArgNegated(const std::string& strArg) const
581{
582 return GetSetting(strArg).isFalse();
583}
584
585std::string ArgsManager::GetArg(const std::string& strArg, const std::string& strDefault) const
586{

Callers 5

SetLoggingOptionsFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
FUZZ_TARGET_INITFunction · 0.80

Calls 2

GetSettingFunction · 0.85
isFalseMethod · 0.80

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64
FUZZ_TARGET_INITFunction · 0.64