Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
static 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.c
File · 0.85
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected