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

Function HelpRequested

src/util/system.cpp:737–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737bool HelpRequested(const ArgsManager& args)
738{
739 return args.IsArgSet("-?") || args.IsArgSet("-h") || args.IsArgSet("-help") || args.IsArgSet("-help-debug");
740}
741
742void SetupHelpOptions(ArgsManager& args)
743{

Callers 8

AppInitRawTxFunction · 0.85
AppInitRPCFunction · 0.85
AppInitUtilFunction · 0.85
AppInitFunction · 0.85
WalletAppInitFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
GuiMainFunction · 0.85
mainFunction · 0.85

Calls 1

IsArgSetMethod · 0.80

Tested by 1

FUZZ_TARGET_INITFunction · 0.68