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

Method empty

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1300–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298}
1299
1300bool IGFD::FilterInfos::empty() const {
1301 return filters.empty() || filters.begin()->empty();
1302}
1303
1304const std::string& IGFD::FilterInfos::getFirstFilter() const {
1305 if (!filters.empty()) {

Callers 15

IsDirectoryExistMethod · 0.45
IsFileExistMethod · 0.45
ParsePathFileNameMethod · 0.45
IsDirectoryCanBeOpenedFunction · 0.45
IsDirectoryExistFunction · 0.45
ParsePathFileNameFunction · 0.45
UTF8EncodeMethod · 0.45
UTF8DecodeMethod · 0.45
ReplaceStringMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected