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

Function datastore_path

plugins/autoclean.c:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265static const char **datastore_path(const tal_t *ctx,
266 const struct subsystem_and_variant *sv,
267 const char *field)
268{
269 return mkdatastorekey(ctx, "autoclean", subsystem_to_str(sv), field);
270}
271
272static struct command_result *clean_finished(struct clean_info *cinfo)
273{

Callers 2

clean_finishedFunction · 0.85
initFunction · 0.85

Calls 1

subsystem_to_strFunction · 0.85

Tested by

no test coverage detected