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

Function datastore_path

plugins/autoclean.c:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static const char *datastore_path(const tal_t *ctx,
80 enum subsystem subsystem,
81 const char *field)
82{
83 return tal_fmt(ctx, "autoclean/%s/%s",
84 subsystem_to_str(subsystem), field);
85}
86
87static struct command_result *clean_finished(struct clean_info *cinfo)
88{

Callers 2

clean_finishedFunction · 0.85
initFunction · 0.85

Calls 1

subsystem_to_strFunction · 0.85

Tested by

no test coverage detected