Generated stub for json_add_num */
| 345 | { fprintf(stderr, "json_add_node_id called!\n"); abort(); } |
| 346 | /* Generated stub for json_add_num */ |
| 347 | void json_add_num(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 348 | unsigned int value UNNEEDED) |
| 349 | { fprintf(stderr, "json_add_num called!\n"); abort(); } |
| 350 | /* Generated stub for json_add_s32 */ |
| 351 | void json_add_s32(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 352 | int32_t value UNNEEDED) |
no test coverage detected