| 1793 | return m_Content == ContentType::Directory; |
| 1794 | } |
| 1795 | bool IGFD::FileType::isFile() const { |
| 1796 | return m_Content == ContentType::File; |
| 1797 | } |
| 1798 | bool IGFD::FileType::isLinkToUnknown() const { |
| 1799 | return m_Content == ContentType::LinkToUnknown; |
| 1800 | } |
no outgoing calls
no test coverage detected