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

Method install

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

Source from the content-addressed store, hash-verified

365 }
366
367 fn install(&self, _repo_root: &Path) -> AgentResult<usize> {
368 Ok(0) // Installation handled by atomic-kiro package via IDE panel
369 }
370
371 fn uninstall(&self, _repo_root: &Path) -> AgentResult<()> {
372 Ok(()) // Uninstallation handled by atomic-kiro package

Callers 1

test_install_is_noopFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_install_is_noopFunction · 0.36