| 1725 | m_Symlink = vIsSymlink; |
| 1726 | } |
| 1727 | bool IGFD::FileType::isValid() const { |
| 1728 | return m_Content != ContentType::Invalid; |
| 1729 | } |
| 1730 | bool IGFD::FileType::isDir() const { |
| 1731 | return m_Content == ContentType::Directory; |
| 1732 | } |
no outgoing calls
no test coverage detected