Generated stub for json_scan */
| 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, |
| 123 | const jsmntok_t *tok UNNEEDED, |
| 124 | const char *guide UNNEEDED, |
| 125 | ...) |
| 126 | { fprintf(stderr, "json_scan called!\n"); abort(); } |
| 127 | /* Generated stub for json_scanv */ |
| 128 | const char *json_scanv(const tal_t *ctx UNNEEDED, |
| 129 | const char *buffer UNNEEDED, |
no test coverage detected