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

Class stat

tests/test_artifact.c:176–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 char zst[1024];
175 snprintf(zst, sizeof(zst), "%s/.codebase-memory/graph.db.zst", g_repo);
176 struct stat st;
177 ASSERT_EQ(stat(zst, &st), 0);
178 ASSERT_GT((int)st.st_size, 0);
179

Callers 1

test_artifact.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected