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

Method uninstall

atomic-agent/src/hooks/gemini_cli.rs:709–712  ·  view source on GitHub ↗
(&self, repo_root: &Path)

Source from the content-addressed store, hash-verified

707 }
708
709 fn uninstall(&self, repo_root: &Path) -> AgentResult<()> {
710 let settings_path = Self::settings_path(repo_root);
711 Self::uninstall_from(&settings_path)
712 }
713
714 fn is_installed(&self, repo_root: &Path) -> bool {
715 let settings_path = Self::settings_path(repo_root);

Calls

no outgoing calls