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

Method SetSymLink

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1786–1788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784 m_Content = vContentType;
1785}
1786void IGFD::FileType::SetSymLink(const bool vIsSymlink) {
1787 m_Symlink = vIsSymlink;
1788}
1789bool IGFD::FileType::isValid() const {
1790 return m_Content != ContentType::Invalid;
1791}

Callers 2

ScanDirectoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected