Generated stub for json_scan */
| 448 | { fprintf(stderr, "json_object_start called!\n"); abort(); } |
| 449 | /* Generated stub for json_scan */ |
| 450 | const char *json_scan(const tal_t *ctx UNNEEDED, |
| 451 | const char *buffer UNNEEDED, |
| 452 | const jsmntok_t *tok UNNEEDED, |
| 453 | const char *guide UNNEEDED, |
| 454 | ...) |
| 455 | { fprintf(stderr, "json_scan called!\n"); abort(); } |
| 456 | /* Generated stub for json_stream_fail */ |
| 457 | struct json_stream *json_stream_fail(struct command *cmd UNNEEDED, |
| 458 | enum jsonrpc_errcode code UNNEEDED, |
no test coverage detected