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: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_rc
Function · 0.70
is_executable
Function · 0.70
cbm_same_file
Function · 0.70
cli.c
File · 0.70
cbm_install_skills
Function · 0.70
dir_exists
Function · 0.70
cbm_agent_registry_path_exists
Function · 0.70
install_vscode_profile_configs
Function · 0.70
uninstall_vscode_profile_configs
Function · 0.70
cli_uninstall_report_leftover_installer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected