Returns a reference to the underlying `git2::Repository`.
(&self)
| 60 | |
| 61 | /// Returns a reference to the underlying `git2::Repository`. |
| 62 | pub fn inner(&self) -> &Repository { |
| 63 | &self.repo |
| 64 | } |
| 65 | |
| 66 | /// Returns a mutable reference to the underlying `git2::Repository`. |
| 67 | pub fn inner_mut(&mut self) -> &mut Repository { |
no outgoing calls
no test coverage detected