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

Method isValid

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1789–1791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1787 m_Symlink = vIsSymlink;
1788}
1789bool IGFD::FileType::isValid() const {
1790 return m_Content != ContentType::Invalid;
1791}
1792bool IGFD::FileType::isDir() const {
1793 return m_Content == ContentType::Directory;
1794}

Callers 2

ScanDirectoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected