Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2084
void IGFD::FileManager::ClearFileLists() {
2085
m_FilteredFileList.clear();
2086
m_FileList.clear();
2087
m_SelectedFileNames.clear();
2088
}
2089
2090
void IGFD::FileManager::ClearPathLists() {
2091
m_FilteredPathList.clear();
Callers
1
Display
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected