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

Function get_per_variant

plugins/autoclean.c:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220static struct per_variant *get_per_variant(struct clean_info *cinfo,
221 const struct subsystem_and_variant *sv)
222{
223 return &get_per_subsystem(cinfo, sv)->variants[sv->variant];
224}
225
226static const struct subsystem_ops *get_subsystem_ops(const struct per_subsystem *ps)
227{

Callers 2

clean_finishedFunction · 0.85
json_autoclean_onceFunction · 0.85

Calls 1

get_per_subsystemFunction · 0.85

Tested by

no test coverage detected