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

Method is_installed

atomic-agent/src/hooks/mod.rs:468–470  ·  view source on GitHub ↗
(&self, _repo_root: &Path)

Source from the content-addressed store, hash-verified

466 }
467
468 fn is_installed(&self, _repo_root: &Path) -> bool {
469 self.installed
470 }
471
472 fn supported_hooks(&self) -> Vec<HookType> {
473 vec![

Callers 1

installedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected