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

Function roq_file_exists

tests/test_mcp.c:8650–8653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8648}
8649
8650static int roq_file_exists(const char *path) {
8651 struct stat st;
8652 return (stat(path, &st) == 0) ? 1 : 0;
8653}
8654
8655/* ── (a) NO-MUTATION ──────────────────────────────────────────────────
8656 *

Callers 1

test_mcp.cFile · 0.85

Calls 1

statClass · 0.70

Tested by

no test coverage detected