Generated stub for command_check_only */
| 147 | { fprintf(stderr, "command_check_done called!\n"); abort(); } |
| 148 | /* Generated stub for command_check_only */ |
| 149 | bool command_check_only(const struct command *cmd UNNEEDED) |
| 150 | { fprintf(stderr, "command_check_only called!\n"); abort(); } |
| 151 | /* Generated stub for command_deprecated_in_ok */ |
| 152 | bool command_deprecated_in_ok(struct command *cmd UNNEEDED, |
| 153 | const char *param UNNEEDED, |
no test coverage detected