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

Method isLinkToUnknown

ImGuiFileDialog.cpp:1736–1738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1734 return m_Content == ContentType::File;
1735}
1736bool IGFD::FileType::isLinkToUnknown() const {
1737 return m_Content == ContentType::LinkToUnknown;
1738}
1739bool IGFD::FileType::isSymLink() const {
1740 return m_Symlink;
1741}

Callers 3

m_CompleteFileInfosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected