| 1781 | IGFD::FileType::FileType(const ContentType& vContentType, const bool vIsSymlink) : m_Content(vContentType), m_Symlink(vIsSymlink) { |
| 1782 | } |
| 1783 | void IGFD::FileType::SetContent(const ContentType& vContentType) { |
| 1784 | m_Content = vContentType; |
| 1785 | } |
| 1786 | void IGFD::FileType::SetSymLink(const bool vIsSymlink) { |
| 1787 | m_Symlink = vIsSymlink; |
| 1788 | } |
no outgoing calls
no test coverage detected