| 220 | } |
| 221 | |
| 222 | void |
| 223 | rmtree(char *path) |
| 224 | { |
| 225 | struct walk_context ctx = { }; |
| 226 | walktree(&ctx, path, rmtree_helper); |
| 227 | } |
| 228 | |
| 229 | static void |
| 230 | chowntree_helper(struct walk_context *ctx) |
no test coverage detected
searching dependent graphs…