Generated stub for json_add_bool */
| 347 | { fprintf(stderr, "json_add_bolt11 called!\n"); abort(); } |
| 348 | /* Generated stub for json_add_bool */ |
| 349 | void json_add_bool(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 350 | bool value UNNEEDED) |
| 351 | { fprintf(stderr, "json_add_bool called!\n"); abort(); } |
| 352 | /* Generated stub for json_add_escaped_string */ |
| 353 | void json_add_escaped_string(struct json_stream *result UNNEEDED, |
| 354 | const char *fieldname UNNEEDED, |
no test coverage detected