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

Class stat

tests/repro/repro_issue557.c:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95static int file_exists(const char *path) {
96 struct stat st;
97 return (stat(path, &st) == 0) ? 1 : 0;
98}
99

Callers 1

file_existsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected