MCPcopy Create free account
hub / github.com/ElementsProject/lightning / json_to_pubkey

Function json_to_pubkey

common/test/run-bolt11.c:97–99  ·  view source on GitHub ↗

Generated stub for json_to_pubkey */

Source from the content-addressed store, hash-verified

95{ fprintf(stderr, "json_to_outpoint called!\n"); abort(); }
96/* Generated stub for json_to_pubkey */
97bool json_to_pubkey(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED,
98 struct pubkey *pubkey UNNEEDED)
99{ fprintf(stderr, "json_to_pubkey called!\n"); abort(); }
100/* Generated stub for json_to_s64 */
101bool json_to_s64(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, s64 *num UNNEEDED)
102{ fprintf(stderr, "json_to_s64 called!\n"); abort(); }

Callers 3

json_to_enctlvsFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected