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

Method uninstall_global

atomic-agent/src/hooks/agy.rs:714–721  ·  view source on GitHub ↗

Remove the global Antigravity plugin hooks.

(&self)

Source from the content-addressed store, hash-verified

712
713 /// Remove the global Antigravity plugin hooks.
714 pub fn uninstall_global(&self) -> AgentResult<()> {
715 let config_dir = match Self::global_config_dir() {
716 Some(dir) => dir,
717 None => return Ok(()),
718 };
719
720 Self::uninstall_from(&config_dir)
721 }
722
723 /// Check if hooks are installed in the global plugin.
724 pub fn is_installed_global(&self) -> bool {

Callers 2

run_globalMethod · 0.45
uninstallMethod · 0.45

Calls 1

global_config_dirFunction · 0.85

Tested by

no test coverage detected