(&self, _repo_root: &Path)
| 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 |
no outgoing calls