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

Method IsArgSet

src/common/args.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433bool ArgsManager::IsArgSet(const std::string& strArg) const
434{
435 return !GetSetting(strArg).isNull();
436}
437
438bool ArgsManager::GetSettingsPath(fs::path* filepath, bool temp, bool backup) const
439{

Callers 15

UseMultiprocessFunction · 0.80
CallIPCFunction · 0.80
InitAndLoadChainstateFunction · 0.80
AppInitMainFunction · 0.80
StartLoggingFunction · 0.80
ExecuteWalletToolFuncFunction · 0.80
GetWalletDirFunction · 0.80
VerifyWalletsFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80
system.cppFile · 0.80

Calls 2

GetSettingFunction · 0.85
isNullMethod · 0.80

Tested by 5

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64
BasicTestingSetupMethod · 0.64
parametersInteractionMethod · 0.64