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

Function rm_rf

tests/test_pipeline.c:92–94  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

90
91/* Recursive remove (simple, not production-grade) */
92static void rm_rf(const char *path) {
93 th_rmtree(path);
94}
95
96static void teardown_test_repo(void) {
97 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