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

Method ForceSetArg

src/util.cpp:568–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568void ArgsManager::ForceSetArg(const std::string& strArg, const std::string& strValue)
569{
570 LOCK(cs_args);
571 m_override_args[strArg] = {strValue};
572}
573
574void ArgsManager::AddArg(const std::string& name, const std::string& help, const bool debug_only, const OptionsCategory& cat)
575{

Callers 5

CommandLineRPCFunction · 0.80
SetDataDirMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
mainFunction · 0.80
SetDataDirFunction · 0.80

Calls

no outgoing calls

Tested by 3

SetDataDirMethod · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
mainFunction · 0.64