| 530 | } |
| 531 | |
| 532 | static 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 | |
| 541 | static struct command_result *list_done(struct command *cmd, |
| 542 | const char *method, |
nothing calls this directly
no test coverage detected