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

Function cleanup_db

tests/test_store_bulk.c:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static void cleanup_db(const char *path) {
51 remove(path);
52 char aux[512];
53 snprintf(aux, sizeof(aux), "%s-wal", path);
54 remove(aux);
55 snprintf(aux, sizeof(aux), "%s-shm", path);
56 remove(aux);
57}
58
59/* ── Tests ──────────────────────────────────────────────────────── */
60

Callers 1

test_store_bulk.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected