Get the file metadata.
(&self)
| 662 | |
| 663 | /// Get the file metadata. |
| 664 | pub fn metadata(&self) -> FileMetadata { |
| 665 | self.metadata |
| 666 | } |
| 667 | |
| 668 | /// Check if this is the repository root. |
| 669 | pub fn is_root(&self) -> bool { |
no outgoing calls
no test coverage detected