| 256 | } |
| 257 | |
| 258 | static 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 | |
| 265 | static const char **datastore_path(const tal_t *ctx, |
| 266 | const struct subsystem_and_variant *sv, |
no outgoing calls
no test coverage detected