We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4314544 commit 42a83e5Copy full SHA for 42a83e5
src/util.h
@@ -241,7 +241,8 @@ bool SoftSetArg(const std::string& strArg, const std::string& strValue);
241
*/
242
bool SoftSetBoolArg(const std::string& strArg, bool fValue);
243
244
-// Forces a arg setting, used only in testing
+// Forces an arg setting. Called by SoftSetArg() if the arg hasn't already
245
+// been set. Also called directly in testing.
246
void ForceSetArg(const std::string& strArg, const std::string& strValue);
247
};
248
0 commit comments