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

Method is_installed

atomic-agent/src/hooks/hermes.rs:147–149  ·  view source on GitHub ↗
(&self, repo_root: &Path)

Source from the content-addressed store, hash-verified

145 }
146
147 fn is_installed(&self, repo_root: &Path) -> bool {
148 repo_root.join(HERMES_DIR).is_dir() || Self::config_path().is_some_and(|path| path.exists())
149 }
150
151 fn supported_hooks(&self) -> Vec<HookType> {
152 vec![

Callers 1

detect_presenceMethod · 0.45

Calls 2

is_dirMethod · 0.80
existsMethod · 0.45

Tested by

no test coverage detected