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

Class stat

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

Source from the content-addressed store, hash-verified

2375 char adr_path[CBM_SZ_4K];
2376 snprintf(adr_path, sizeof(adr_path), "%s/.codebase-memory/adr.md", root_path);
2377 struct stat adr_st;
2378 return stat(adr_path, &adr_st) == 0;
2379}
2380

Callers 2

project_has_adrFunction · 0.70
coverage_path_freshnessFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected