Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
tests/test_index_supervisor.c:163–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
return cbm_file_size(path) >= 0;
162
#else
163
struct stat status;
164
return path && stat(path, &status) == 0 && S_ISREG(status.st_mode) &&
165
(status.st_mode & 0777) == 0600;
166
#endif
Callers
1
index_supervisor_test_owner_file
Function · 0.70
Calls
no outgoing calls
Tested by
1
index_supervisor_test_owner_file
Function · 0.56