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

Method uninstall

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

Source from the content-addressed store, hash-verified

291 }
292
293 fn uninstall(&self, repo_root: &Path) -> AgentResult<()> {
294 uninstall_hooks_at(&Self::local_hooks_path(repo_root))
295 }
296
297 fn is_installed(&self, repo_root: &Path) -> bool {
298 hooks_file_has_atomic_hooks(&Self::local_hooks_path(repo_root))

Calls 1

uninstall_hooks_atFunction · 0.85