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:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
static void rm_rf(const char *path) {
125
th_rmtree(path);
126
}
127
128
static void teardown_parallel_repo(void) {
129
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