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

Function do_clean_timer

plugins/autoclean.c:699–705  ·  view source on GitHub ↗

Needs a different signature than do_clean */

Source from the content-addressed store, hash-verified

697
698/* Needs a different signature than do_clean */
699static struct command_result *do_clean_timer(struct command *cmd, void *unused)
700{
701 assert(timer_cinfo->cleanup_reqs_remaining == 0);
702 cleantimer = NULL;
703 timer_cinfo->cmd = cmd;
704 return start_clean(timer_cinfo);
705}
706
707static struct command_result *param_subsystem(struct command *cmd,
708 const char *name,

Callers

nothing calls this directly

Calls 1

start_cleanFunction · 0.85

Tested by

no test coverage detected