MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / stat

Class stat

tests/test_index_supervisor.c:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 return cbm_file_size(path) >= 0;
163#else
164 struct stat status;
165 return path && stat(path, &status) == 0 && S_ISREG(status.st_mode) &&
166 (status.st_mode & 0777) == 0600;
167#endif

Callers 1

Calls

no outgoing calls

Tested by 1