| 1784 | m_Content = vContentType; |
| 1785 | } |
| 1786 | void IGFD::FileType::SetSymLink(const bool vIsSymlink) { |
| 1787 | m_Symlink = vIsSymlink; |
| 1788 | } |
| 1789 | bool IGFD::FileType::isValid() const { |
| 1790 | return m_Content != ContentType::Invalid; |
| 1791 | } |
no outgoing calls
no test coverage detected