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

Class stat

tests/repro/repro_issue570.c:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203 /* Building the plan must not have created any actual config files. */
204 struct stat st;
205 char cfg[512];
206 snprintf(cfg, sizeof(cfg), "%s/.codex/config.toml", home);
207 ASSERT(stat(cfg, &st) != 0); /* config.toml must NOT have been created */

Callers 1

repro_issue570.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected