MCPcopy Create free account
hub / github.com/ioi/isolate / rmtree

Function rmtree

util.c:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void
223rmtree(char *path)
224{
225 struct walk_context ctx = { };
226 walktree(&ctx, path, rmtree_helper);
227}
228
229static void
230chowntree_helper(struct walk_context *ctx)

Callers 1

do_cleanupFunction · 0.85

Calls 1

walktreeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…