Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
src/watcher/watcher.c:470–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
return false;
469
}
470
struct stat st;
471
return stat(path, &st) == 0 && (S_ISDIR(st.st_mode) || S_ISREG(st.st_mode));
472
}
473
Callers
4
git_has_own_dot_git
Function · 0.70
sig_fold_path_stat
Function · 0.70
root_status
Function · 0.70
init_baseline
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected