Generated stub for json_add_u32 */
| 85 | { fprintf(stderr, "json_add_timeabs called!\n"); abort(); } |
| 86 | /* Generated stub for json_add_u32 */ |
| 87 | void json_add_u32(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 88 | uint32_t value UNNEEDED) |
| 89 | { fprintf(stderr, "json_add_u32 called!\n"); abort(); } |
| 90 | /* Generated stub for json_add_u64 */ |
| 91 | void json_add_u64(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 92 | uint64_t value UNNEEDED) |
no test coverage detected