| 1728 | return m_Content != ContentType::Invalid; |
| 1729 | } |
| 1730 | bool IGFD::FileType::isDir() const { |
| 1731 | return m_Content == ContentType::Directory; |
| 1732 | } |
| 1733 | bool IGFD::FileType::isFile() const { |
| 1734 | return m_Content == ContentType::File; |
| 1735 | } |
no outgoing calls
no test coverage detected