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

Method ClearFileLists

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2084–2088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2082}
2083
2084void IGFD::FileManager::ClearFileLists() {
2085 m_FilteredFileList.clear();
2086 m_FileList.clear();
2087 m_SelectedFileNames.clear();
2088}
2089
2090void IGFD::FileManager::ClearPathLists() {
2091 m_FilteredPathList.clear();

Callers 1

DisplayMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected