Generated stub for json_next */
| 55 | { fprintf(stderr, "json_get_membern called!\n"); abort(); } |
| 56 | /* Generated stub for json_next */ |
| 57 | const jsmntok_t *json_next(const jsmntok_t *tok UNNEEDED) |
| 58 | { fprintf(stderr, "json_next called!\n"); abort(); } |
| 59 | /* Generated stub for json_scan */ |
| 60 | const char *json_scan(const tal_t *ctx UNNEEDED, |
| 61 | const char *buffer UNNEEDED, |
no test coverage detected