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

Function command_check_only

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

Source from the content-addressed store, hash-verified

126}
127
128bool command_check_only(const struct command *cmd)
129{
130 return cmd->mode == CMD_CHECK;
131}
132
133struct json {
134 jsmntok_t *toks;

Callers 2

command_fail_badparamFunction · 0.50
paramFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected