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

Function add_networkevent_del_fields

plugins/autoclean.c:532–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532static void add_networkevent_del_fields(struct out_req *req,
533 const char *buf,
534 const jsmntok_t *t)
535{
536 const jsmntok_t *created_index = json_get_member(buf, t, "created_index");
537
538 json_add_tok(req->js, "created_index", created_index, buf);
539}
540
541static struct command_result *list_done(struct command *cmd,
542 const char *method,

Callers

nothing calls this directly

Calls 2

json_get_memberFunction · 0.85
json_add_tokFunction · 0.85

Tested by

no test coverage detected