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

Function json_to_pubkey

common/test/run-route_blinding_test.c:73–75  ·  view source on GitHub ↗

Generated stub for json_to_pubkey */

Source from the content-addressed store, hash-verified

71{ fprintf(stderr, "json_next called!\n"); abort(); }
72/* Generated stub for json_to_pubkey */
73bool 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 */
77bool 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(); }

Callers 2

json_to_enctlvsFunction · 0.70
mainFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected