Generated stub for json_add_num */
| 39 | { fprintf(stderr, "json_add_node_id called!\n"); abort(); } |
| 40 | /* Generated stub for json_add_num */ |
| 41 | void json_add_num(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 42 | unsigned int value UNNEEDED) |
| 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, |
no test coverage detected