| 1731 | return m_Content == ContentType::Directory; |
| 1732 | } |
| 1733 | bool IGFD::FileType::isFile() const { |
| 1734 | return m_Content == ContentType::File; |
| 1735 | } |
| 1736 | bool IGFD::FileType::isLinkToUnknown() const { |
| 1737 | return m_Content == ContentType::LinkToUnknown; |
| 1738 | } |
no outgoing calls
no test coverage detected