MCPcopy Create free account
hub / github.com/ElementsProject/elements / AddHiddenArgs

Method AddHiddenArgs

src/util/system.cpp:658–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658void ArgsManager::AddHiddenArgs(const std::vector<std::string>& names)
659{
660 for (const std::string& name : names) {
661 AddArg(name, "", ArgsManager::ALLOW_ANY, OptionsCategory::HIDDEN);
662 }
663}
664
665std::string ArgsManager::GetHelpMessage() const
666{

Callers 6

AddWalletOptionsMethod · 0.80
SetupServerArgsFunction · 0.80
AddLoggingArgsFunction · 0.80
AddWalletOptionsMethod · 0.80
FUZZ_TARGET_INITFunction · 0.80
SetupHelpOptionsFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64