AUTOGENERATED MOCKS START */ Generated stub for command_fail */
| 22 | /* AUTOGENERATED MOCKS START */ |
| 23 | /* Generated stub for command_fail */ |
| 24 | struct command_result *command_fail(struct command *cmd UNNEEDED, enum jsonrpc_errcode code UNNEEDED, |
| 25 | const char *fmt UNNEEDED, ...) |
| 26 | |
| 27 | { fprintf(stderr, "command_fail called!\n"); abort(); } |
| 28 | /* Generated stub for command_finished */ |
| 29 | struct command_result *command_finished(struct command *cmd UNNEEDED, struct json_stream *response) |
| 30 |
no test coverage detected