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

Method isSymLink

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1801–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1799 return m_Content == ContentType::LinkToUnknown;
1800}
1801bool IGFD::FileType::isSymLink() const {
1802 return m_Symlink;
1803}
1804// Comparisons only care about the content type, ignoring whether it's a symlink or not.
1805bool IGFD::FileType::operator==(const FileType& rhs) const {
1806 return m_Content == rhs.m_Content;

Callers 1

FillFileStyleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected