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

Method is_installed

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

Source from the content-addressed store, hash-verified

333 }
334
335 fn is_installed(&self, repo_root: &Path) -> bool {
336 self.is_installed_at(&Self::local_hooks_path(repo_root)) || self.is_installed_global()
337 }
338
339 fn supported_hooks(&self) -> Vec<HookType> {
340 vec![

Callers

nothing calls this directly

Calls 2

is_installed_atMethod · 0.80
is_installed_globalMethod · 0.45

Tested by

no test coverage detected