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:844–844 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
842
/* Prefer .bashrc, fall back to .bash_profile */
843
snprintf(buf, sizeof(buf),
"%s/.bashrc"
, home_dir);
844
struct stat st;
845
if (stat(buf, &st) == 0) {
846
return buf;
847
}
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