MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / HelpRequested

Function HelpRequested

src/common/args.cpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814bool HelpRequested(const ArgsManager& args)
815{
816 return args.IsArgSet("-?") || args.IsArgSet("-h") || args.IsArgSet("-help") || args.IsArgSet("-help-debug");
817}
818
819void SetupHelpOptions(ArgsManager& args)
820{

Callers 8

AppInitRawTxFunction · 0.85
AppInitRPCFunction · 0.85
AppInitUtilFunction · 0.85
ProcessInitCommandsFunction · 0.85
WalletAppInitFunction · 0.85
system.cppFile · 0.85
GuiMainFunction · 0.85
mainFunction · 0.85

Calls 1

IsArgSetMethod · 0.80

Tested by

no test coverage detected