Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
static void rm_rf(const char *path) {
77
th_rmtree(path);
78
}
79
80
static void teardown_parallel_repo(void) {
81
if (g_par_tmpdir[0])
Callers
1
teardown_parallel_repo
Function · 0.70
Calls
1
th_rmtree
Function · 0.85
Tested by
no test coverage detected