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

Function do_clean_after_sleep

plugins/autoclean.c:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319static struct command_result *do_clean_after_sleep(struct command *timer_cmd,
320 struct clean_info *cinfo)
321{
322 do_clean(cinfo);
323 return timer_complete(timer_cmd);
324}
325
326static struct command_result *clean_finished_one(struct clean_info *cinfo)
327{

Callers

nothing calls this directly

Calls 2

do_cleanFunction · 0.85
timer_completeFunction · 0.85

Tested by

no test coverage detected