Get the file path relative to the repository root.
(&self)
| 331 | |
| 332 | /// Get the file path relative to the repository root. |
| 333 | pub fn path(&self) -> &Path { |
| 334 | &self.path |
| 335 | } |
| 336 | |
| 337 | /// Get the file's status. |
| 338 | pub fn status(&self) -> FileStatus { |
no outgoing calls