Increment the stale-index counter.
(&mut self)
| 472 | |
| 473 | /// Increment the stale-index counter. |
| 474 | pub fn add_stale_index_hit(&mut self) { |
| 475 | self.stale_index_count += 1; |
| 476 | } |
| 477 | |
| 478 | /// Add a file status entry. |
| 479 | pub fn add_entry(&mut self, entry: FileStatusEntry) { |