MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / SoftSetArg

Function SoftSetArg

src/util.cpp:396–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396bool SoftSetArg(const std::string& strArg, const std::string& strValue)
397{
398 if (mapArgs.count(strArg))
399 return false;
400 mapArgs[strArg] = strValue;
401 return true;
402}
403
404bool SoftSetBoolArg(const std::string& strArg, bool fValue)
405{

Callers 3

SoftSetBoolArgFunction · 0.85
InitMethod · 0.85
pickDataDirectoryMethod · 0.85

Calls 1

countMethod · 0.80

Tested by

no test coverage detected