Generated stub for json_add_node_id */
| 49 | { fprintf(stderr, "json_add_invstring called!\n"); abort(); } |
| 50 | /* Generated stub for json_add_node_id */ |
| 51 | void json_add_node_id(struct json_stream *response UNNEEDED, |
| 52 | const char *fieldname UNNEEDED, |
| 53 | const struct node_id *id UNNEEDED) |
| 54 | { fprintf(stderr, "json_add_node_id called!\n"); abort(); } |
| 55 | /* Generated stub for json_add_num */ |
| 56 | void json_add_num(struct json_stream *result UNNEEDED, const char *fieldname UNNEEDED, |
| 57 | unsigned int value UNNEEDED) |
no test coverage detected