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

Method is_installed

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

Source from the content-addressed store, hash-verified

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

Callers 1

installedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected