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:8503–8503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8501
8502
static int roq_file_exists(const char *path) {
8503
struct stat st;
8504
return (stat(path, &st) == 0) ? 1 : 0;
8505
}
8506
Callers
1
roq_file_exists
Function · 0.70
Calls
no outgoing calls
Tested by
1
roq_file_exists
Function · 0.56