| 599 | |
| 600 | bool HasRootPath() const { return this->Path.has_root_path(); } |
| 601 | bool HasRootName() const { return this->Path.has_root_name(); } |
| 602 | bool HasRootDirectory() const { return this->Path.has_root_directory(); } |
| 603 | bool HasRelativePath() const { return this->Path.has_relative_path(); } |
| 604 | bool HasParentPath() const { return this->Path.has_parent_path(); } |
no outgoing calls
no test coverage detected