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

Function get_subsystem_ops

plugins/autoclean.c:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226static const struct subsystem_ops *get_subsystem_ops(const struct per_subsystem *ps)
227{
228 return &subsystem_ops[ps->type];
229}
230
231/* Mutual recursion */
232static struct command_result *do_clean_timer(struct command *cmd, void *unused);

Callers 4

list_doneFunction · 0.85
list_failedFunction · 0.85
do_cleanFunction · 0.85
start_cleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected