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

Method IsArgSet

src/util.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504bool ArgsManager::IsArgSet(const std::string& strArg) const
505{
506 if (IsArgNegated(strArg)) return true; // special case
507 return ArgsManagerHelper::GetArg(*this, strArg).first;
508}
509
510bool ArgsManager::IsArgNegated(const std::string& strArg) const
511{

Callers 15

HTTPBindAddressesFunction · 0.80
DefaultOptionsFunction · 0.80
AppInitRPCFunction · 0.80
ProcessMessageFunction · 0.80
CBlockTreeDBMethod · 0.80
InitParameterInteractionFunction · 0.80
AppInitMainFunction · 0.80
AppInitFunction · 0.80
HelpRequestedFunction · 0.80
util.cppFile · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64