Generated stub for json_object_start */
| 419 | { fprintf(stderr, "json_object_end called!\n"); abort(); } |
| 420 | /* Generated stub for json_object_start */ |
| 421 | void json_object_start(struct json_stream *ks UNNEEDED, const char *fieldname UNNEEDED) |
| 422 | { fprintf(stderr, "json_object_start called!\n"); abort(); } |
| 423 | /* Generated stub for json_strdup */ |
| 424 | char *json_strdup(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED) |
| 425 | { fprintf(stderr, "json_strdup called!\n"); abort(); } |
no test coverage detected