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

Function json_get_member

common/json_parse_simple.c:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167const jsmntok_t *json_get_member(const char *buffer, const jsmntok_t tok[],
168 const char *label)
169{
170 return json_get_membern(buffer, tok, label, strlen(label));
171}
172
173const jsmntok_t *json_get_arr(const jsmntok_t tok[], size_t index)
174{

Callers 8

json_get_idFunction · 0.70
json_to_reply_pathFunction · 0.70
param_hops_arrayFunction · 0.70
compare_helpFunction · 0.50
human_helpFunction · 0.50
delete_format_hintFunction · 0.50
handle_notifyFunction · 0.50
mainFunction · 0.50

Calls 1

json_get_membernFunction · 0.85

Tested by

no test coverage detected