Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ stat
Class
stat
src/cli/cli.c:217–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
/* Prefer .bashrc, fall back to .bash_profile */
216
snprintf(buf, sizeof(buf),
"%s/.bashrc"
, home_dir);
217
struct stat st;
218
if (stat(buf, &st) == 0) {
219
return buf;
220
}
Callers
12
cbm_detect_shell_rc
Function · 0.70
is_executable
Function · 0.70
cbm_same_file
Function · 0.70
cbm_replace_binary
Function · 0.70
rmdir_scan_dir
Function · 0.70
cbm_install_skills
Function · 0.70
cbm_remove_skills
Function · 0.70
cbm_remove_old_monolithic_skill
Function · 0.70
dir_exists
Function · 0.70
install_vscode_profile_configs
Function · 0.70
cbm_cmd_install
Function · 0.70
cbm_cmd_uninstall
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected