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

Class stat

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

Source from the content-addressed store, hash-verified

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

Callers 2

project_has_adrFunction · 0.70
coverage_path_freshnessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected