| 999 | // ----- query ----- |
| 1000 | |
| 1001 | bool empty() const noexcept { return m_pathname.empty(); } |
| 1002 | bool filename_is_dot() const; |
| 1003 | bool filename_is_dot_dot() const; |
| 1004 | bool has_root_path() const { return detail::path_algorithms::find_root_path_size(*this) > 0; } |
no outgoing calls
no test coverage detected