Generated stub for json_scanv */
| 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, |
| 130 | const jsmntok_t *tok UNNEEDED, |
| 131 | const char *guide UNNEEDED, |
| 132 | va_list ap UNNEEDED) |
| 133 | { fprintf(stderr, "json_scanv called!\n"); abort(); } |
| 134 | /* Generated stub for json_strdup */ |
| 135 | char *json_strdup(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED) |
| 136 | { fprintf(stderr, "json_strdup called!\n"); abort(); } |
no test coverage detected