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

Method is_installed_global

atomic-agent/src/hooks/codex.rs:169–171  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

167 }
168
169 pub fn is_installed_global(&self) -> bool {
170 Self::global_hooks_path().is_some_and(|path| self.is_installed_at(&path))
171 }
172
173 /// Return whether an explicit Codex hooks file contains the complete,
174 /// current Atomic hook set.

Callers 3

run_globalMethod · 0.45
run_globalMethod · 0.45
is_installedMethod · 0.45

Calls 1

is_installed_atMethod · 0.80

Tested by

no test coverage detected