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

Method uninstall

atomic-agent/src/hooks/pi.rs:509–511  ·  view source on GitHub ↗
(&self, _repo_root: &Path)

Source from the content-addressed store, hash-verified

507 }
508
509 fn uninstall(&self, _repo_root: &Path) -> AgentResult<()> {
510 Ok(()) // Uninstallation handled by atomic-pi package
511 }
512
513 fn is_installed(&self, _repo_root: &Path) -> bool {
514 false // Managed by atomic-pi package

Callers 5

runMethod · 0.45
runMethod · 0.45
test_disable_roundtripFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_disable_roundtripFunction · 0.36