Returns the path to the repository.
(&self)
| 100 | |
| 101 | /// Returns the path to the repository. |
| 102 | pub fn path(&self) -> &Path { |
| 103 | &self.repo_path |
| 104 | } |
| 105 | |
| 106 | /// Initializes a new git repository without any commits. |
| 107 | pub fn init(&self) -> Result<()> { |
no outgoing calls
no test coverage detected