MCPcopy 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
408bool IsArgSet(const std::string& strArg)
409{
410 return mapArgs.count(strArg);
411}
412
413std::string GetArg(const std::string& strArg, const std::string& strDefault)
414{

Callers 3

BlockAssemblerMethod · 0.85
CreateNewBlockMethod · 0.85
AppInit2Function · 0.85

Calls 1

countMethod · 0.45

Tested by

no test coverage detected