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