(&self)
| 167 | } |
| 168 | |
| 169 | pub fn is_installed_global(&self) -> bool { |
| 170 | Self::global_hooks_path().is_some_and(|path| self.is_installed_at(&path)) |
| 171 | } |
| 172 | |
| 173 | /// Return whether an explicit Codex hooks file contains the complete, |
| 174 | /// current Atomic hook set. |
no test coverage detected