| 587 | } |
| 588 | |
| 589 | bool 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 | |
| 596 | bool command_deprecated_in_ok(struct command *cmd, |
| 597 | const char *param, |
no outgoing calls
no test coverage detected