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

Method IsArgNegated

src/common/args.cpp:514–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512}
513
514bool ArgsManager::IsArgNegated(const std::string& strArg) const
515{
516 return GetSetting(strArg).isFalse();
517}
518
519std::string ArgsManager::GetArg(const std::string& strArg, const std::string& strDefault) const
520{

Callers 10

RpcWalletNameFunction · 0.80
CallIPCFunction · 0.80
CreatePidFileFunction · 0.80
InitParameterInteractionFunction · 0.80
AppInitMainFunction · 0.80
SetLoggingOptionsFunction · 0.80
StartLoggingFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
system.cppFile · 0.80

Calls 2

GetSettingFunction · 0.85
isFalseMethod · 0.80

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64