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

Function roq_file_exists

tests/test_mcp.c:8428–8431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8426}
8427
8428static int roq_file_exists(const char *path) {
8429 struct stat st;
8430 return (stat(path, &st) == 0) ? 1 : 0;
8431}
8432
8433/* ── (a) NO-MUTATION ──────────────────────────────────────────────────
8434 *

Callers 1

test_mcp.cFile · 0.85

Calls 1

statClass · 0.70

Tested by

no test coverage detected