Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ IsArgSet
Function
IsArgSet
src/util.cpp:408–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
}
407
408
bool IsArgSet(const std::string& strArg)
409
{
410
return mapArgs.count(strArg);
411
}
412
413
std::string GetArg(const std::string& strArg, const std::string& strDefault)
414
{
Callers
3
BlockAssembler
Method · 0.85
CreateNewBlock
Method · 0.85
AppInit2
Function · 0.85
Calls
1
count
Method · 0.45
Tested by
no test coverage detected