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

Function json_to_secret

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

Generated stub for json_to_secret */

Source from the content-addressed store, hash-verified

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(); }
79/* Generated stub for json_to_short_channel_id */
80bool json_to_short_channel_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED,
81 struct short_channel_id *scid UNNEEDED)

Callers 2

mainFunction · 0.70
mainFunction · 0.70

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected