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

Function command_set_usage

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

Source from the content-addressed store, hash-verified

116};
117
118void command_set_usage(struct command *cmd, const char *usage)
119{
120 cmd->usage = usage;
121}
122
123bool command_usage_only(const struct command *cmd)
124{

Callers 2

param_subcommandFunction · 0.50
param_coreFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected