| 339 | } |
| 340 | |
| 341 | static struct command_result *del_done(struct command *cmd, |
| 342 | const char *method, |
| 343 | const char *buf, |
| 344 | const jsmntok_t *result, |
| 345 | struct per_variant *variant) |
| 346 | { |
| 347 | variant->num_cleaned++; |
| 348 | return clean_finished_one(variant->per_subsystem->cinfo); |
| 349 | } |
| 350 | |
| 351 | static struct command_result *del_failed(struct command *cmd, |
| 352 | const char *method, |
nothing calls this directly
no test coverage detected