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

Function command_deprecated_in_ok

lightningd/jsonrpc.c:596–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596bool command_deprecated_in_ok(struct command *cmd,
597 const char *param,
598 const char *depr_start,
599 const char *depr_end)
600{
601 return lightningd_deprecated_in_ok(cmd->ld,
602 command_logger(cmd),
603 command_deprecated_ok_flag(cmd),
604 cmd->json_cmd->name, param,
605 depr_start, depr_end,
606 cmd->id);
607}
608
609bool command_deprecated_out_ok(struct command *cmd,
610 const char *fieldname,

Callers 3

json_helpFunction · 0.70
replace_commandFunction · 0.70
parse_requestFunction · 0.70

Calls 3

command_loggerFunction · 0.70

Tested by

no test coverage detected