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

Method isValid

ImGuiFileDialog.cpp:1727–1729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1725 m_Symlink = vIsSymlink;
1726}
1727bool IGFD::FileType::isValid() const {
1728 return m_Content != ContentType::Invalid;
1729}
1730bool IGFD::FileType::isDir() const {
1731 return m_Content == ContentType::Directory;
1732}

Callers 2

ScanDirectoryMethod · 0.80
ScanDirectoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected