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

Function do_clean_timer

plugins/autoclean.c:430–434  ·  view source on GitHub ↗

Needs a different signature than do_clean */

Source from the content-addressed store, hash-verified

428
429/* Needs a different signature than do_clean */
430static void do_clean_timer(void *unused)
431{
432 assert(timer_cinfo.cleanup_reqs_remaining == 0);
433 do_clean(&timer_cinfo);
434}
435
436static struct command_result *json_autocleaninvoice(struct command *cmd,
437 const char *buffer,

Callers

nothing calls this directly

Calls 1

do_cleanFunction · 0.85

Tested by

no test coverage detected