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

Method is_installed

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

Source from the content-addressed store, hash-verified

530 }
531
532 fn is_installed(&self, _repo_root: &Path) -> bool {
533 self.installed
534 }
535
536 fn supported_hooks(&self) -> Vec<HookType> {
537 vec![

Callers 1

installedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected