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

Method uninstall

atomic-agent/src/hooks/kiro.rs:371–373  ·  view source on GitHub ↗
(&self, _repo_root: &Path)

Source from the content-addressed store, hash-verified

369 }
370
371 fn uninstall(&self, _repo_root: &Path) -> AgentResult<()> {
372 Ok(()) // Uninstallation handled by atomic-kiro package
373 }
374
375 fn is_installed(&self, _repo_root: &Path) -> bool {
376 false // Managed by atomic-kiro npm package

Callers 1

test_uninstall_is_noopFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_uninstall_is_noopFunction · 0.36