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

Class stat

src/cli/cli.c:895–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 /* Prefer .bashrc, fall back to .bash_profile */
894 snprintf(buf, sizeof(buf), "%s/.bashrc", home_dir);
895 struct stat st;
896 if (stat(buf, &st) == 0) {
897 return buf;
898 }

Callers 10

cbm_detect_shell_rcFunction · 0.70
is_executableFunction · 0.70
cbm_same_fileFunction · 0.70
cli.cFile · 0.70
cbm_install_skillsFunction · 0.70
dir_existsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected