| 263 | } |
| 264 | |
| 265 | static 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 | |
| 272 | static struct command_result *clean_finished(struct clean_info *cinfo) |
| 273 | { |
no test coverage detected