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

Method install

atomic-agent/src/hooks/codex.rs:327–329  ·  view source on GitHub ↗
(&self, repo_root: &Path)

Source from the content-addressed store, hash-verified

325 }
326
327 fn install(&self, repo_root: &Path) -> AgentResult<usize> {
328 self.install_at(&Self::local_hooks_path(repo_root), false)
329 }
330
331 fn uninstall(&self, repo_root: &Path) -> AgentResult<()> {
332 uninstall_hooks_at(&Self::local_hooks_path(repo_root))

Calls 1

install_atMethod · 0.80

Tested by 1