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

Class stat

tests/repro/repro_parallel_determinism.c:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 * (a C struct/function/macro sharing one name flipped label by merge order). */
140TEST(repro_parallel_edge_determinism) {
141 struct stat st;
142 if (stat(RPD_CORPUS, &st) != 0 || !S_ISDIR(st.st_mode)) {
143 SKIP("real-repo tier: corpus " RPD_CORPUS
144 " absent (synthetic C could not trigger the parallel edge race — see header)");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected