| 1719 | IGFD::FileType::FileType(const ContentType& vContentType, const bool vIsSymlink) : m_Content(vContentType), m_Symlink(vIsSymlink) { |
| 1720 | } |
| 1721 | void IGFD::FileType::SetContent(const ContentType& vContentType) { |
| 1722 | m_Content = vContentType; |
| 1723 | } |
| 1724 | void IGFD::FileType::SetSymLink(const bool vIsSymlink) { |
| 1725 | m_Symlink = vIsSymlink; |
| 1726 | } |
no outgoing calls
no test coverage detected