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

Function total_cleaned

plugins/autoclean.c:258–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258static u64 *total_cleaned(const struct subsystem_and_variant *sv)
259{
260 static u64 totals[NUM_SUBSYSTEM_TYPES][NUM_SUBSYSTEM_VARIANTS];
261
262 return &totals[sv->type][sv->variant];
263}
264
265static const char **datastore_path(const tal_t *ctx,
266 const struct subsystem_and_variant *sv,

Callers 3

clean_finishedFunction · 0.85
json_success_subsystemsFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected