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

Function rm_rf

tests/test_parallel.c:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static void rm_rf(const char *path) {
125 th_rmtree(path);
126}
127
128static void teardown_parallel_repo(void) {
129 if (g_par_tmpdir[0])

Callers 1

teardown_parallel_repoFunction · 0.70

Calls 1

th_rmtreeFunction · 0.85

Tested by

no test coverage detected