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

Function teardown_parallel_repo

tests/test_parallel.c:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static void teardown_parallel_repo(void) {
129 if (g_par_tmpdir[0])
130 rm_rf(g_par_tmpdir);
131 g_par_tmpdir[0] = '\0';
132}
133
134/* The compact parity helpers normally omit the production structure pass.
135 * Tests that exercise graph-derived import maps must seed its File-node

Callers 1

parity_teardownFunction · 0.85

Calls 1

rm_rfFunction · 0.70

Tested by

no test coverage detected