Generated stub for json_add_u32 */
| 390 | { fprintf(stderr, "json_add_txid called!\n"); abort(); } |
| 391 | /* Generated stub for json_add_u32 */ |
| 392 | void json_add_u32(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 393 | uint32_t value UNNEEDED) |
| 394 | { fprintf(stderr, "json_add_u32 called!\n"); abort(); } |
| 395 | /* Generated stub for json_add_u64 */ |
| 396 | void json_add_u64(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 397 | uint64_t value UNNEEDED) |
no test coverage detected