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

Class stat

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

Source from the content-addressed store, hash-verified

2416 char adr_path[CBM_SZ_4K];
2417 snprintf(adr_path, sizeof(adr_path), "%s/.codebase-memory/adr.md", root_path);
2418 struct stat adr_st;
2419 return stat(adr_path, &adr_st) == 0;
2420}
2421

Callers 2

project_has_adrFunction · 0.70
coverage_path_freshnessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected