| 1787 | m_Symlink = vIsSymlink; |
| 1788 | } |
| 1789 | bool IGFD::FileType::isValid() const { |
| 1790 | return m_Content != ContentType::Invalid; |
| 1791 | } |
| 1792 | bool IGFD::FileType::isDir() const { |
| 1793 | return m_Content == ContentType::Directory; |
| 1794 | } |
no outgoing calls
no test coverage detected