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

Function command_deprecated_out_ok

lightningd/jsonrpc.c:609–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609bool command_deprecated_out_ok(struct command *cmd,
610 const char *fieldname,
611 const char *depr_start,
612 const char *depr_end)
613{
614 return lightningd_deprecated_out_ok(cmd->ld,
615 command_deprecated_ok_flag(cmd),
616 cmd->json_cmd->name,
617 fieldname,
618 depr_start, depr_end);
619}
620
621struct command_result *command_still_pending(struct command *cmd)
622{

Callers 2

json_add_indexFunction · 0.70
json_add_help_commandFunction · 0.70

Calls 2

Tested by

no test coverage detected