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

Function roq_file_exists

tests/test_mcp.c:9219–9222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9217}
9218
9219static int roq_file_exists(const char *path) {
9220 struct stat st;
9221 return (stat(path, &st) == 0) ? 1 : 0;
9222}
9223
9224/* ── (a) NO-MUTATION ──────────────────────────────────────────────────
9225 *

Callers 1

test_mcp.cFile · 0.85

Calls 1

statClass · 0.70

Tested by

no test coverage detected