MCPcopy 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_rcFunction · 0.70
is_executableFunction · 0.70
cbm_same_fileFunction · 0.70
cbm_replace_binaryFunction · 0.70
rmdir_scan_dirFunction · 0.70
cbm_install_skillsFunction · 0.70
cbm_remove_skillsFunction · 0.70
dir_existsFunction · 0.70
cbm_cmd_installFunction · 0.70
cbm_cmd_uninstallFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected