Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
tests/test_config_text_edit.c:103–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
static int cte_path_exists(const char *path) {
103
struct stat state;
104
return stat(path, &state) == 0;
105
}
106
Callers
2
cte_path_exists
Function · 0.70
test_config_text_edit.c
File · 0.70
Calls
no outgoing calls
Tested by
1
cte_path_exists
Function · 0.56