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.
2 parents 55b72f3 + 42a83e5 commit 5dd69ceCopy full SHA for 5dd69ce
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