Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
tests/repro/repro_issue557.c:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
static int file_exists(const char *path) {
95
struct stat st;
96
return (stat(path, &st) == 0) ? 1 : 0;
97
}
98
Callers
1
file_exists
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected