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

Function command_deprecated_ok_flag

plugins/libplugin.c:2051–2056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2049}
2050
2051bool command_deprecated_ok_flag(const struct command *cmd)
2052{
2053 if (cmd->plugin->deprecated_ok_override)
2054 return *cmd->plugin->deprecated_ok_override;
2055 return cmd->plugin->deprecated_ok;
2056}
2057
2058static struct command_result *param_tok(struct command *cmd, const char *name,
2059 const char *buffer, const jsmntok_t * tok,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected