MCPcopy Create free account
hub / github.com/LUX-Core/lux / SoftSetArg

Function SoftSetArg

src/util.cpp:452–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452bool SoftSetArg(const std::string& strArg, const std::string& strValue)
453{
454 if (mapArgs.count(strArg))
455 return false;
456 mapArgs[strArg] = strValue;
457 return true;
458}
459
460bool SoftSetBoolArg(const std::string& strArg, bool fValue)
461{

Callers 4

AppInit2Function · 0.85
SoftSetBoolArgFunction · 0.85
InitMethod · 0.85
pickDataDirectoryMethod · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected