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

Function rm_rf

tests/test_pipeline.c:98–100  ·  view source on GitHub ↗

Recursive remove (simple, not production-grade) */

Source from the content-addressed store, hash-verified

96
97/* Recursive remove (simple, not production-grade) */
98static void rm_rf(const char *path) {
99 th_rmtree(path);
100}
101
102static void teardown_test_repo(void) {
103 if (g_tmpdir[0])

Callers 4

teardown_test_repoFunction · 0.70
test_pipeline.cFile · 0.70
teardown_usages_repoFunction · 0.70
teardown_lang_repoFunction · 0.70

Calls 1

th_rmtreeFunction · 0.85

Tested by

no test coverage detected