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

Function del_done

plugins/autoclean.c:341–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341static struct command_result *del_done(struct command *cmd,
342 const char *method,
343 const char *buf,
344 const jsmntok_t *result,
345 struct per_variant *variant)
346{
347 variant->num_cleaned++;
348 return clean_finished_one(variant->per_subsystem->cinfo);
349}
350
351static struct command_result *del_failed(struct command *cmd,
352 const char *method,

Callers

nothing calls this directly

Calls 1

clean_finished_oneFunction · 0.85

Tested by

no test coverage detected