(&self)
| 698 | /// Get a reference to the pristine database. |
| 699 | #[inline] |
| 700 | pub fn pristine(&self) -> &Pristine { |
| 701 | &self.pristine |
| 702 | } |
| 703 | |
| 704 | /// Read the current view from the config file. |
| 705 | fn read_current_view(dot_dir: &Path) -> Result<String, RepositoryError> { |
no outgoing calls