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

Function command_deprecated_ok_flag

lightningd/jsonrpc.c:589–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589bool command_deprecated_ok_flag(const struct command *cmd)
590{
591 if (cmd->jcon)
592 return cmd->jcon->deprecated_ok;
593 return cmd->ld->deprecated_ok;
594}
595
596bool command_deprecated_in_ok(struct command *cmd,
597 const char *param,

Callers 3

command_deprecated_in_okFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected