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

Function delete_file_at

tests/test_incremental.c:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static void delete_file_at(const char *rel_path) {
74 char path[512];
75 snprintf(path, sizeof(path), "%s/%s", g_repodir, rel_path);
76 unlink(path);
77}
78
79/* Append "# reformatted" to up to max_files .py files in subdir (cross-platform). */
80static int reformat_files(const char *subdir, int max_files) {

Callers 1

test_incremental.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected