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

Method SetContent

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1783–1785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1781IGFD::FileType::FileType(const ContentType& vContentType, const bool vIsSymlink) : m_Content(vContentType), m_Symlink(vIsSymlink) {
1782}
1783void IGFD::FileType::SetContent(const ContentType& vContentType) {
1784 m_Content = vContentType;
1785}
1786void IGFD::FileType::SetSymLink(const bool vIsSymlink) {
1787 m_Symlink = vIsSymlink;
1788}

Callers 3

ScanDirectoryMethod · 0.80
GetDevicesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected