Returns the working directory path of the repository.
(&self)
| 55 | |
| 56 | /// Returns the working directory path of the repository. |
| 57 | pub fn path(&self) -> &str { |
| 58 | &self.path |
| 59 | } |
| 60 | |
| 61 | /// Returns a reference to the underlying `git2::Repository`. |
| 62 | pub fn inner(&self) -> &Repository { |
no outgoing calls