Generated stub for json_add_str_fmt */
| 43 | { fprintf(stderr, "json_add_num called!\n"); abort(); } |
| 44 | /* Generated stub for json_add_str_fmt */ |
| 45 | void json_add_str_fmt(struct json_stream *js UNNEEDED, |
| 46 | const char *fieldname UNNEEDED, |
| 47 | const char *fmt UNNEEDED, ...) |
| 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, |
no test coverage detected