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

Class stat

tests/test_store_checkpoint.c:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 /* WAL must exist and be non-empty before the checkpoint call. */
54 struct stat st_before;
55 int rc_stat = stat(wal_path, &st_before);
56 ASSERT_EQ(rc_stat, 0);
57 ASSERT(st_before.st_size > 0);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected