MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / rm_rf

Function rm_rf

tests/test_parallel.c:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static void rm_rf(const char *path) {
77 th_rmtree(path);
78}
79
80static void teardown_parallel_repo(void) {
81 if (g_par_tmpdir[0])

Callers 1

teardown_parallel_repoFunction · 0.70

Calls 1

th_rmtreeFunction · 0.85

Tested by

no test coverage detected