MCPcopy Create free account
hub / github.com/ElementsProject/lightning / command_usage_only

Function command_usage_only

common/test/run-param.c:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79bool command_usage_only(const struct command *cmd)
80{
81 return cmd->mode == CMD_USAGE;
82}
83
84bool command_check_only(const struct command *cmd)
85{

Callers 2

param_subcommandFunction · 0.50
paramFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected