(&self, repo_root: &Path)
| 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)) |