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

Function get_per_subsystem

plugins/autoclean.c:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212};
213
214static struct per_subsystem *get_per_subsystem(struct clean_info *cinfo,
215 const struct subsystem_and_variant *sv)
216{
217 return &cinfo->per_subsystem[sv->type];
218}
219
220static struct per_variant *get_per_variant(struct clean_info *cinfo,
221 const struct subsystem_and_variant *sv)

Callers 2

get_per_variantFunction · 0.85
clean_finishedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected