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

Method SoftSetArg

src/util.cpp:552–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552bool ArgsManager::SoftSetArg(const std::string& strArg, const std::string& strValue)
553{
554 LOCK(cs_args);
555 if (IsArgSet(strArg)) return false;
556 ForceSetArg(strArg, strValue);
557 return true;
558}
559
560bool ArgsManager::SoftSetBoolArg(const std::string& strArg, bool fValue)
561{

Callers 3

ParameterInteractionMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
softSetArgMethod · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64