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

Function json_to_s64

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

Generated stub for json_to_s64 */

Source from the content-addressed store, hash-verified

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

Callers 5

check_conditionFunction · 0.50
json_to_intFunction · 0.50
json_to_jsonrpc_errcodeFunction · 0.50
param_s64Function · 0.50
param_s8_hundredFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected