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

Method install

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

Source from the content-addressed store, hash-verified

366 }
367
368 fn install(&self, _repo_root: &Path) -> AgentResult<usize> {
369 // Installation is owned by the integrations engine (the atomic-kiro
370 // package on Atomic storage); this adapter installs nothing.
371 Ok(0)
372 }
373
374 fn uninstall(&self, _repo_root: &Path) -> AgentResult<()> {
375 Ok(()) // Uninstallation is receipt-driven via the integrations engine.

Callers 1

test_install_is_noopFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_install_is_noopFunction · 0.36