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

Method isSymLink

ImGuiFileDialog.cpp:1739–1741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1737 return m_Content == ContentType::LinkToUnknown;
1738}
1739bool IGFD::FileType::isSymLink() const {
1740 return m_Symlink;
1741}
1742// Comparisons only care about the content type, ignoring whether it's a symlink or not.
1743bool IGFD::FileType::operator==(const FileType& rhs) const {
1744 return m_Content == rhs.m_Content;

Callers 1

FileSystemDirentClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected