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

Function HelpRequested

src/util.cpp:662–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662bool HelpRequested(const ArgsManager& args)
663{
664 return args.IsArgSet("-?") || args.IsArgSet("-h") || args.IsArgSet("-help");
665}
666
667static const int screenWidth = 79;
668static const int optIndent = 2;

Callers 5

AppInitRawTxFunction · 0.85
AppInitRPCFunction · 0.85
AppInitFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

IsArgSetMethod · 0.80

Tested by

no test coverage detected