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