Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ teardown_parallel_repo
Function
teardown_parallel_repo
tests/test_parallel.c:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
static void teardown_parallel_repo(void) {
81
if (g_par_tmpdir[0])
82
rm_rf(g_par_tmpdir);
83
g_par_tmpdir[0] =
'\0'
;
84
}
85
86
/* ── Run sequential pipeline on files, returning gbuf ─────────────── */
87
Callers
1
parity_teardown
Function · 0.85
Calls
1
rm_rf
Function · 0.70
Tested by
no test coverage detected