| 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(); } |
| 608 | |
| 609 | bool IsAbsolute() const { return this->Path.is_absolute(); } |
no outgoing calls
no test coverage detected