MCPcopy 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

IsDirectoryExistMethod · 0.80
ParsePathFileNameMethod · 0.80
IsDirectoryExistMethod · 0.80
ParsePathFileNameMethod · 0.80
FileSystemDirentClass · 0.80
GetFileStyleMethod · 0.80
IsCoveredByFiltersMethod · 0.80
DrawFilterComboBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected