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

Function json_to_u32

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

Generated stub for json_to_u32 */

Source from the content-addressed store, hash-verified

118{ fprintf(stderr, "json_to_u16 called!\n"); abort(); }
119/* Generated stub for json_to_u32 */
120bool json_to_u32(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, u32 *num UNNEEDED)
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(); }

Callers 15

json_to_payment_relayFunction · 0.70
json_to_allowed_featuresFunction · 0.70
mainFunction · 0.70
param_route_hopsFunction · 0.50
parse_feerate_rangesFunction · 0.50
handle_notifyFunction · 0.50
json_to_zero_or_oneFunction · 0.50
json_to_outpointFunction · 0.50
param_u32Function · 0.50
json_to_spliceFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected