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