MCPcopy 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_gitFunction · 0.70
sig_fold_path_statFunction · 0.70
root_statusFunction · 0.70
init_baselineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected