(&self, repo_id: RepoId)
| 327 | } |
| 328 | |
| 329 | fn repo(&self, repo_id: RepoId) -> Result<core::Repo> { |
| 330 | core::Repo::ensure(&self.root, repo_id) |
| 331 | } |
| 332 | |
| 333 | // The "prefix" argument tells us which repo to look in. The "prefix" in the method name |
| 334 | // alludes to the prefix scan that is done to find matching synonyms. |
no test coverage detected