Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
tests/test_mcp.c:8410–8410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8408
8409
static int roq_file_exists(const char *path) {
8410
struct stat st;
8411
return (stat(path, &st) == 0) ? 1 : 0;
8412
}
8413
Callers
1
roq_file_exists
Function · 0.70
Calls
no outgoing calls
Tested by
1
roq_file_exists
Function · 0.56