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

Method is_installed

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

Source from the content-addressed store, hash-verified

498 }
499
500 fn is_installed(&self, _repo_root: &Path) -> bool {
501 self.installed
502 }
503
504 fn supported_hooks(&self) -> Vec<HookType> {
505 vec![

Callers 1

installedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected