MCPcopy 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
3920static 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_existsFunction · 0.70

Calls

no outgoing calls

Tested by 1

roq_file_existsFunction · 0.56