Generated stub for command_fail */
| 165 | { fprintf(stderr, "command_dev_apis called!\n"); abort(); } |
| 166 | /* Generated stub for command_fail */ |
| 167 | struct command_result *command_fail(struct command *cmd UNNEEDED, enum jsonrpc_errcode code UNNEEDED, |
| 168 | const char *fmt UNNEEDED, ...) |
| 169 | |
| 170 | { fprintf(stderr, "command_fail called!\n"); abort(); } |
| 171 | /* Generated stub for command_failed */ |
| 172 | struct command_result *command_failed(struct command *cmd UNNEEDED, |
| 173 | struct json_stream *result) |
no test coverage detected