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:101–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
static int cte_path_exists(const char *path) {
101
struct stat state;
102
return stat(path, &state) == 0;
103
}
104
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