(&self, _repo_id: RepoId, _commit: &str)
| 23 | |
| 24 | impl git::CacheStats for Noop { |
| 25 | fn fetch(&self, _repo_id: RepoId, _commit: &str) -> Result<Option<git::RepoStats>> { |
| 26 | Ok(None) |
| 27 | } |
| 28 | |
| 29 | fn save( |
| 30 | &self, |
nothing calls this directly
no test coverage detected