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

Function dv_cleanup

tests/test_dump_verify_io.c:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static void dv_cleanup(const char *path) {
32 remove(path);
33 char aux[640];
34 snprintf(aux, sizeof(aux), "%s-wal", path);
35 remove(aux);
36 snprintf(aux, sizeof(aux), "%s-shm", path);
37 remove(aux);
38}
39
40/* Commit `count` distinct nodes to the on-disk store at `path`. */
41static int dv_write_nodes(const char *path, int count) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected