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

Method isLinkToUnknown

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1798–1800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1796 return m_Content == ContentType::File;
1797}
1798bool IGFD::FileType::isLinkToUnknown() const {
1799 return m_Content == ContentType::LinkToUnknown;
1800}
1801bool IGFD::FileType::isSymLink() const {
1802 return m_Symlink;
1803}

Callers 3

m_CompleteFileInfosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected