| 2049 | } |
| 2050 | |
| 2051 | bool 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 | |
| 2058 | static struct command_result *param_tok(struct command *cmd, const char *name, |
| 2059 | const char *buffer, const jsmntok_t * tok, |
no outgoing calls
no test coverage detected