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

Method SoftSetBoolArg

src/util/system.cpp:611–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611bool ArgsManager::SoftSetBoolArg(const std::string& strArg, bool fValue)
612{
613 if (fValue)
614 return SoftSetArg(strArg, std::string("1"));
615 else
616 return SoftSetArg(strArg, std::string("0"));
617}
618
619void ArgsManager::ForceSetArg(const std::string& strArg, const std::string& strValue)
620{

Callers 7

InitParameterInteractionFunction · 0.80
AppInitFunction · 0.80
ParameterInteractionMethod · 0.80
FUZZ_TARGET_INITFunction · 0.80
BasicTestingSetupMethod · 0.80
parameterSetupMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by 2

FUZZ_TARGET_INITFunction · 0.64
BasicTestingSetupMethod · 0.64