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

Method install

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

Source from the content-addressed store, hash-verified

503 }
504
505 fn install(&self, _repo_root: &Path) -> AgentResult<usize> {
506 Ok(0) // Installation handled by atomic-pi package
507 }
508
509 fn uninstall(&self, _repo_root: &Path) -> AgentResult<()> {
510 Ok(()) // Uninstallation handled by atomic-pi package

Callers 4

runMethod · 0.45
test_disable_roundtripFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_disable_roundtripFunction · 0.36