Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiekick/ImGuiFileDialog
/ empty
Method
empty
ImGuiFileDialog.h:265–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
m_Array.clear();
264
}
265
bool empty() const {
266
return m_Array.empty();
267
}
268
size_t size() const {
269
return m_Array.size();
270
}
Callers
15
IsDirectoryCanBeOpened
Method · 0.80
IsDirectoryExist
Method · 0.80
CreateDirectoryIfNotExist
Method · 0.80
ParsePathFileName
Method · 0.80
IsDirectoryCanBeOpened
Method · 0.80
IsDirectoryExist
Method · 0.80
CreateDirectoryIfNotExist
Method · 0.80
ParsePathFileName
Method · 0.80
FileSystemDirent
Class · 0.80
GetFileStyle
Method · 0.80
IsCoveredByFilters
Method · 0.80
DrawFilterComboBox
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected