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

Method IsArgSet

src/util/system.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491bool ArgsManager::IsArgSet(const std::string& strArg) const
492{
493 return !GetSetting(strArg).isNull();
494}
495
496bool ArgsManager::InitSettings(std::string& error)
497{

Callers 15

HTTPBindAddressesFunction · 0.80
AppInitRawTxFunction · 0.80
InitRPCAuthenticationFunction · 0.80
auth_cbMethod · 0.80
AppInitRPCFunction · 0.80
ParseGetInfoResultFunction · 0.80
GetNewAddressFunction · 0.80
CommandLineRPCFunction · 0.80
AppInitUtilFunction · 0.80
InitParameterInteractionFunction · 0.80
AppInitMainFunction · 0.80

Calls 2

GetSettingFunction · 0.85
isNullMethod · 0.45

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_FIXTURE_TEST_CASEFunction · 0.64
FUZZ_TARGET_INITFunction · 0.64