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