(&self)
| 593 | /// Get a reference to the pristine database. |
| 594 | #[inline] |
| 595 | pub fn pristine(&self) -> &Pristine { |
| 596 | &self.pristine |
| 597 | } |
| 598 | |
| 599 | /// Read the current view from the config file. |
| 600 | fn read_current_view(dot_dir: &Path) -> Result<String, RepositoryError> { |
no outgoing calls