Generated stub for json_to_u64 */
| 121 | { fprintf(stderr, "json_to_u32 called!\n"); abort(); } |
| 122 | /* Generated stub for json_to_u64 */ |
| 123 | bool json_to_u64(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, u64 *num UNNEEDED) |
| 124 | { fprintf(stderr, "json_to_u64 called!\n"); abort(); } |
| 125 | /* Generated stub for json_tok_bin_from_hex */ |
| 126 | u8 *json_tok_bin_from_hex(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED) |
| 127 | { fprintf(stderr, "json_tok_bin_from_hex called!\n"); abort(); } |
no test coverage detected