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

Function test_rmdir_r

tests/test_cli.c:381–383  ·  view source on GitHub ↗

Helper: recursive remove */

Source from the content-addressed store, hash-verified

379
380/* Helper: recursive remove */
381static void test_rmdir_r(const char *path) {
382 th_rmtree(path);
383}
384
385/* Mandatory-daemon activation guard fixture. The production path uses the
386 * stable per-account endpoint directly; these callbacks make every race

Callers 1

test_cli.cFile · 0.85

Calls 1

th_rmtreeFunction · 0.85

Tested by

no test coverage detected