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

Method uninstall_global

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

Source from the content-addressed store, hash-verified

135 }
136
137 pub fn uninstall_global(&self) -> AgentResult<()> {
138 if let Some(path) = Self::global_hooks_path() {
139 uninstall_hooks_at(&path)?;
140 }
141 Ok(())
142 }
143
144 pub fn is_installed_global(&self) -> bool {
145 Self::global_hooks_path().is_some_and(|path| hooks_file_has_atomic_hooks(&path))

Callers 1

run_globalMethod · 0.45

Calls 1

uninstall_hooks_atFunction · 0.85

Tested by

no test coverage detected