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

Function ForceSetArg

src/util.cpp:468–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468void ForceSetArg(const std::string& strArg, const std::string& strValue)
469{
470 //LOCK(cs_args);
471 mapArgs[strArg] = strValue;
472}
473
474static const int screenWidth = 79;
475static const int optIndent = 2;

Callers 1

AppInit2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected