Generated stub for json_parse_simple */
| 116 | { fprintf(stderr, "json_parse_input called!\n"); abort(); } |
| 117 | /* Generated stub for json_parse_simple */ |
| 118 | jsmntok_t *json_parse_simple(const tal_t *ctx UNNEEDED, const char *input UNNEEDED, int len UNNEEDED) |
| 119 | { fprintf(stderr, "json_parse_simple called!\n"); abort(); } |
| 120 | /* Generated stub for json_scan */ |
| 121 | const char *json_scan(const tal_t *ctx UNNEEDED, |
| 122 | const char *buffer UNNEEDED, |
no test coverage detected