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

Function json_to_u64

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

Generated stub for json_to_u64 */

Source from the content-addressed store, hash-verified

121{ fprintf(stderr, "json_to_u32 called!\n"); abort(); }
122/* Generated stub for json_to_u64 */
123bool json_to_u64(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, u64 *num UNNEEDED)
124{ fprintf(stderr, "json_to_u64 called!\n"); abort(); }
125/* Generated stub for json_tok_bin_from_hex */
126u8 *json_tok_bin_from_hex(const tal_t *ctx UNNEEDED, const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED)
127{ fprintf(stderr, "json_tok_bin_from_hex called!\n"); abort(); }

Callers 15

test_decodeFunction · 0.70
test_encodeFunction · 0.70
mainFunction · 0.70
get_query_flags_arrayFunction · 0.50
parse_int_filtersFunction · 0.50
json_to_numberFunction · 0.50
json_to_u16Function · 0.50
param_u64Function · 0.50
param_extra_tlvsFunction · 0.50
process_json_objFunction · 0.50
process_json_listFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected