MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / isFile

Method isFile

ImGuiFileDialog.cpp:1733–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1731 return m_Content == ContentType::Directory;
1732}
1733bool IGFD::FileType::isFile() const {
1734 return m_Content == ContentType::File;
1735}
1736bool IGFD::FileType::isLinkToUnknown() const {
1737 return m_Content == ContentType::LinkToUnknown;
1738}

Calls

no outgoing calls

Tested by

no test coverage detected