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