Check if this is the repository root.
(&self)
| 667 | |
| 668 | /// Check if this is the repository root. |
| 669 | pub fn is_root(&self) -> bool { |
| 670 | self.inode == Inode::ROOT |
| 671 | } |
| 672 | |
| 673 | /// Check if this is a directory. |
| 674 | pub fn is_dir(&self) -> bool { |
no outgoing calls
no test coverage detected