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

Method isDir

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1792–1794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790 return m_Content != ContentType::Invalid;
1791}
1792bool IGFD::FileType::isDir() const {
1793 return m_Content == ContentType::Directory;
1794}
1795bool IGFD::FileType::isFile() const {
1796 return m_Content == ContentType::File;
1797}

Callers 15

GetFileDateAndSizeMethod · 0.80
GetFileDateAndSizeFunction · 0.80
FillFileStyleMethod · 0.80
m_SortFieldsMethod · 0.80
m_AddPathMethod · 0.80
m_CompleteFileInfosMethod · 0.80
m_LocateItem_LoopMethod · 0.80
m_ExploreWithkeysMethod · 0.80
m_SelectableItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected