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

Function json_to_short_channel_id

common/json_parse.c:573–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573bool json_to_short_channel_id(const char *buffer, const jsmntok_t *tok,
574 struct short_channel_id *scid)
575{
576 return (short_channel_id_from_str(buffer + tok->start,
577 tok->end - tok->start, scid));
578}
579
580bool json_to_short_channel_id_dir(const char *buffer, const jsmntok_t *tok,
581 struct short_channel_id_dir *scidd)

Callers 15

param_short_channel_idFunction · 0.70
get_scid_arrayFunction · 0.50
command_find_channelFunction · 0.50
param_route_hopFunction · 0.50
param_route_hopsFunction · 0.50
param_channelFunction · 0.50
unpack_routeFunction · 0.50
param_chanhintsFunction · 0.50
scidtok_eqFunction · 0.50

Calls 1

Tested by 1

get_scid_arrayFunction · 0.40