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

Function test_rmdir_r

tests/test_cli.c:63–65  ·  view source on GitHub ↗

Helper: recursive remove */

Source from the content-addressed store, hash-verified

61
62/* Helper: recursive remove */
63static void test_rmdir_r(const char *path) {
64 th_rmtree(path);
65}
66
67/* Helper: create tar.gz with a single file */
68static unsigned char *create_test_targz(const char *filename, const unsigned char *content,

Callers 1

test_cli.cFile · 0.85

Calls 1

th_rmtreeFunction · 0.85

Tested by

no test coverage detected