Generated stub for json_add_string */
| 48 | { fprintf(stderr, "json_add_str_fmt called!\n"); abort(); } |
| 49 | /* Generated stub for json_add_string */ |
| 50 | void json_add_string(struct json_stream *js UNNEEDED, |
| 51 | const char *fieldname UNNEEDED, |
| 52 | const char *str TAKES UNNEEDED) |
| 53 | { fprintf(stderr, "json_add_string called!\n"); abort(); } |
| 54 | /* Generated stub for json_add_time */ |
| 55 | void json_add_time(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 56 | struct timespec ts UNNEEDED) |
no test coverage detected