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

Method install

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

Source from the content-addressed store, hash-verified

287 }
288
289 fn install(&self, repo_root: &Path) -> AgentResult<usize> {
290 install_hooks_at(&Self::local_hooks_path(repo_root), false)
291 }
292
293 fn uninstall(&self, repo_root: &Path) -> AgentResult<()> {
294 uninstall_hooks_at(&Self::local_hooks_path(repo_root))

Calls 1

install_hooks_atFunction · 0.85

Tested by 1