Generated stub for json_get_member */
| 103 | { fprintf(stderr, "json_get_id called!\n"); abort(); } |
| 104 | /* Generated stub for json_get_member */ |
| 105 | const jsmntok_t *json_get_member(const char *buffer UNNEEDED, const jsmntok_t tok[] UNNEEDED, |
| 106 | const char *label UNNEEDED) |
| 107 | { fprintf(stderr, "json_get_member called!\n"); abort(); } |
| 108 | /* Generated stub for json_next */ |
| 109 | const jsmntok_t *json_next(const jsmntok_t *tok UNNEEDED) |
| 110 | { fprintf(stderr, "json_next called!\n"); abort(); } |
no test coverage detected