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

Class stat

tests/test_config_text_edit.c:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100static int cte_path_exists(const char *path) {
101 struct stat state;
102 return stat(path, &state) == 0;
103}
104

Callers 2

cte_path_existsFunction · 0.70

Calls

no outgoing calls

Tested by 1

cte_path_existsFunction · 0.56