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

Function roq_file_exists

tests/test_mcp.c:8502–8505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8500}
8501
8502static int roq_file_exists(const char *path) {
8503 struct stat st;
8504 return (stat(path, &st) == 0) ? 1 : 0;
8505}
8506
8507/* ── (a) NO-MUTATION ──────────────────────────────────────────────────
8508 *

Callers 1

test_mcp.cFile · 0.85

Calls 1

statClass · 0.70

Tested by

no test coverage detected