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

Class stat

src/daemon/application.c:372–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 return false;
371 }
372 struct stat status;
373 return stat(path, &status) == 0 && S_ISREG(status.st_mode);
374}
375

Callers 3

application_set_contextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected