AUTOGENERATED MOCKS START */ Generated stub for command_finished */
| 10 | /* AUTOGENERATED MOCKS START */ |
| 11 | /* Generated stub for command_finished */ |
| 12 | struct command_result *command_finished(struct command *cmd UNNEEDED, struct json_stream *response UNNEEDED) |
| 13 | { fprintf(stderr, "command_finished called!\n"); abort(); } |
| 14 | /* Generated stub for command_still_pending */ |
| 15 | struct command_result *command_still_pending(struct command *cmd UNNEEDED) |
| 16 | { fprintf(stderr, "command_still_pending called!\n"); abort(); } |
no test coverage detected