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

Function json_to_node_id

lightningd/test/run-invoice-select-inchan.c:475–477  ·  view source on GitHub ↗

Generated stub for json_to_node_id */

Source from the content-addressed store, hash-verified

473{ fprintf(stderr, "json_to_msat called!\n"); abort(); }
474/* Generated stub for json_to_node_id */
475bool json_to_node_id(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED,
476 struct node_id *id UNNEEDED)
477{ fprintf(stderr, "json_to_node_id called!\n"); abort(); }
478/* Generated stub for json_to_number */
479bool json_to_number(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED,
480 unsigned int *num UNNEEDED)

Callers 4

peer_from_jsonFunction · 0.50
param_route_hopFunction · 0.50
param_id_maybe_addrFunction · 0.50
unpack_routeFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected