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

Function del_done

plugins/autoclean.c:140–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138};
139
140static struct command_result *del_done(struct command *cmd,
141 const char *buf,
142 const jsmntok_t *result,
143 struct del_data *del_data)
144{
145 struct clean_info *cinfo = del_data->cinfo;
146
147 cinfo->num_cleaned[del_data->subsystem]++;
148 tal_free(del_data);
149 return clean_finished_one(cinfo);
150}
151
152static struct command_result *del_failed(struct command *cmd,
153 const char *buf,

Callers

nothing calls this directly

Calls 2

tal_freeFunction · 0.85
clean_finished_oneFunction · 0.85

Tested by

no test coverage detected