| 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(); } |
| 605 | bool HasFileName() const { return this->Path.has_filename(); } |
| 606 | bool HasStem() const { return this->Path.has_stem(); } |
| 607 | bool HasExtension() const { return this->Path.has_extension(); } |
no outgoing calls
no test coverage detected