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

Class stat

tests/repro/repro_harness_cleanup.c:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8static int cleanup_path_exists(const char *path) {
9 struct stat st;
10 return path && path[0] && stat(path, &st) == 0;
11}
12

Callers 1

cleanup_path_existsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected