Generated stub for json_to_int */
| 139 | { fprintf(stderr, "json_to_bool called!\n"); abort(); } |
| 140 | /* Generated stub for json_to_int */ |
| 141 | bool json_to_int(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, int *num UNNEEDED) |
| 142 | { fprintf(stderr, "json_to_int called!\n"); abort(); } |
| 143 | /* Generated stub for json_to_msat */ |
| 144 | bool json_to_msat(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
| 145 | struct amount_msat *msat UNNEEDED) |
no test coverage detected