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

Function clean_finished_one

plugins/autoclean.c:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static struct command_result *clean_finished_one(struct clean_info *cinfo)
127{
128 assert(cinfo->cleanup_reqs_remaining != 0);
129 if (--cinfo->cleanup_reqs_remaining > 0)
130 return command_still_pending(cinfo->cmd);
131
132 return clean_finished(cinfo);
133}
134
135struct del_data {
136 enum subsystem subsystem;

Callers 2

del_doneFunction · 0.85
del_failedFunction · 0.85

Calls 2

clean_finishedFunction · 0.85
command_still_pendingFunction · 0.70

Tested by

no test coverage detected