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