Generated stub for json_to_pubkey */
| 71 | { fprintf(stderr, "json_next called!\n"); abort(); } |
| 72 | /* Generated stub for json_to_pubkey */ |
| 73 | bool json_to_pubkey(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
| 74 | struct pubkey *pubkey UNNEEDED) |
| 75 | { fprintf(stderr, "json_to_pubkey called!\n"); abort(); } |
| 76 | /* Generated stub for json_to_secret */ |
| 77 | bool json_to_secret(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, struct secret *dest UNNEEDED) |
| 78 | { fprintf(stderr, "json_to_secret called!\n"); abort(); } |
no test coverage detected