MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_installed_global

Method is_installed_global

atomic-agent/src/hooks/codex.rs:144–146  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

142 }
143
144 pub fn is_installed_global(&self) -> bool {
145 Self::global_hooks_path().is_some_and(|path| hooks_file_has_atomic_hooks(&path))
146 }
147
148 fn local_hooks_path(repo_root: &Path) -> PathBuf {
149 repo_root.join(CODEX_DIR).join(HOOKS_FILE)

Callers 3

run_globalMethod · 0.45
run_globalMethod · 0.45
is_installedMethod · 0.45

Calls 1

Tested by

no test coverage detected