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

Function command_check_only

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

Source from the content-addressed store, hash-verified

82}
83
84bool command_check_only(const struct command *cmd)
85{
86 return cmd->mode == CMD_CHECK;
87}
88
89struct json {
90 jsmntok_t *toks;

Callers 1

paramFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected