MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / isFile

Method isFile

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1795–1797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1793 return m_Content == ContentType::Directory;
1794}
1795bool IGFD::FileType::isFile() const {
1796 return m_Content == ContentType::File;
1797}
1798bool IGFD::FileType::isLinkToUnknown() const {
1799 return m_Content == ContentType::LinkToUnknown;
1800}

Calls

no outgoing calls

Tested by

no test coverage detected