Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_adr
Function · 0.70
coverage_path_freshness
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected