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

Method uninstall_global

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

Source from the content-addressed store, hash-verified

160 }
161
162 pub fn uninstall_global(&self) -> AgentResult<()> {
163 if let Some(path) = Self::global_hooks_path() {
164 uninstall_hooks_at(&path)?;
165 }
166 Ok(())
167 }
168
169 pub fn is_installed_global(&self) -> bool {
170 Self::global_hooks_path().is_some_and(|path| self.is_installed_at(&path))

Callers 1

run_globalMethod · 0.45

Calls 1

uninstall_hooks_atFunction · 0.85

Tested by

no test coverage detected