(&self)
| 731 | /// Get a reference to the pristine database. |
| 732 | #[inline] |
| 733 | pub fn pristine(&self) -> &Pristine { |
| 734 | &self.pristine |
| 735 | } |
| 736 | |
| 737 | /// Read the current view from the config file. |
| 738 | fn read_current_view(dot_dir: &Path) -> Result<String, RepositoryError> { |
no outgoing calls