Generated stub for json_parse_input */
| 110 | { fprintf(stderr, "json_next called!\n"); abort(); } |
| 111 | /* Generated stub for json_parse_input */ |
| 112 | bool json_parse_input(jsmn_parser *parser UNNEEDED, |
| 113 | jsmntok_t **toks UNNEEDED, |
| 114 | const char *input UNNEEDED, int len UNNEEDED, |
| 115 | bool *complete UNNEEDED) |
| 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(); } |
no test coverage detected