Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
737
bool HelpRequested(const ArgsManager& args)
738
{
739
return args.IsArgSet(
"-?"
) || args.IsArgSet(
"-h"
) || args.IsArgSet(
"-help"
) || args.IsArgSet(
"-help-debug"
);
740
}
741
742
void SetupHelpOptions(ArgsManager& args)
743
{
Callers
8
AppInitRawTx
Function · 0.85
AppInitRPC
Function · 0.85
AppInitUtil
Function · 0.85
AppInit
Function · 0.85
WalletAppInit
Function · 0.85
FUZZ_TARGET_INIT
Function · 0.85
GuiMain
Function · 0.85
main
Function · 0.85
Calls
1
IsArgSet
Method · 0.80
Tested by
1
FUZZ_TARGET_INIT
Function · 0.68