Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
468
void ForceSetArg(const std::string& strArg, const std::string& strValue)
469
{
470
//LOCK(cs_args);
471
mapArgs[strArg] = strValue;
472
}
473
474
static const int screenWidth = 79;
475
static const int optIndent = 2;
Callers
1
AppInit2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected