(&self)
| 676 | /// Get a reference to the pristine database. |
| 677 | #[inline] |
| 678 | pub fn pristine(&self) -> &Pristine { |
| 679 | &self.pristine |
| 680 | } |
| 681 | |
| 682 | /// Read the current view from the config file. |
| 683 | fn read_current_view(dot_dir: &Path) -> Result<String, RepositoryError> { |
no outgoing calls