Returns the repository root path.
(&self)
| 209 | |
| 210 | /// Returns the repository root path. |
| 211 | pub fn repo_root(&self) -> &Path { |
| 212 | self.config.repo_root() |
| 213 | } |
| 214 | } |
| 215 | |
| 216 | impl FileWatcher for FallbackWatcher { |
no outgoing calls
no test coverage detected