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

Class stat

src/mcp/mcp.c:2402–2402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2400 char adr_path[CBM_SZ_4K];
2401 snprintf(adr_path, sizeof(adr_path), "%s/.codebase-memory/adr.md", root_path);
2402 struct stat adr_st;
2403 return stat(adr_path, &adr_st) == 0;
2404}
2405

Callers 2

project_has_adrFunction · 0.70
coverage_path_freshnessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected