Generated stub for json_add_u64 */
| 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) |
| 398 | { fprintf(stderr, "json_add_u64 called!\n"); abort(); } |
| 399 | /* Generated stub for json_add_uncommitted_channel */ |
| 400 | void json_add_uncommitted_channel(struct json_stream *response UNNEEDED, |
| 401 | const struct uncommitted_channel *uc UNNEEDED) |
no test coverage detected