Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ roq_file_exists
Function
roq_file_exists
tests/test_mcp.c:8502–8505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8500
}
8501
8502
static int roq_file_exists(const char *path) {
8503
struct stat st;
8504
return (stat(path, &st) == 0) ? 1 : 0;
8505
}
8506
8507
/* ── (a) NO-MUTATION ──────────────────────────────────────────────────
8508
*
Callers
1
test_mcp.c
File · 0.85
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected