Generated stub for json_object_start */
| 109 | { fprintf(stderr, "json_object_end called!\n"); abort(); } |
| 110 | /* Generated stub for json_object_start */ |
| 111 | void json_object_start(struct json_stream *ks UNNEEDED, const char *fieldname UNNEEDED) |
| 112 | { fprintf(stderr, "json_object_start called!\n"); abort(); } |
| 113 | /* Generated stub for json_strdup */ |
| 114 | char *json_strdup(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED) |
| 115 | { fprintf(stderr, "json_strdup called!\n"); abort(); } |
no test coverage detected