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

Function file_exists_607

tests/repro/repro_issue607.c:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76/* ── Helper: check whether a file exists ─────────────────────────── */
77
78static int file_exists_607(const char *path) {
79 struct stat st;
80 return (stat(path, &st) == 0) ? 1 : 0;
81}
82
83#define REPRO607_PROJECT "cbm-repro607-test"
84

Callers 1

repro_issue607.cFile · 0.85

Calls 1

statClass · 0.70

Tested by

no test coverage detected