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

Method is_installed

atomic-agent/src/hooks/codex.rs:297–300  ·  view source on GitHub ↗
(&self, repo_root: &Path)

Source from the content-addressed store, hash-verified

295 }
296
297 fn is_installed(&self, repo_root: &Path) -> bool {
298 hooks_file_has_atomic_hooks(&Self::local_hooks_path(repo_root))
299 || self.is_installed_global()
300 }
301
302 fn supported_hooks(&self) -> Vec<HookType> {
303 vec![

Callers

nothing calls this directly

Calls 2

is_installed_globalMethod · 0.45

Tested by

no test coverage detected