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