Generated stub for command_success */
| 104 | { fprintf(stderr, "command_still_pending called!\n"); abort(); } |
| 105 | /* Generated stub for command_success */ |
| 106 | struct command_result *command_success(struct command *cmd UNNEEDED, |
| 107 | struct json_stream *response) |
| 108 | |
| 109 | { fprintf(stderr, "command_success called!\n"); abort(); } |
| 110 | /* Generated stub for connect_any_cmd_id */ |
| 111 | const char *connect_any_cmd_id(const tal_t *ctx UNNEEDED, |
| 112 | struct lightningd *ld UNNEEDED, const struct peer *peer UNNEEDED) |
no test coverage detected