Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1300
bool IGFD::FilterInfos::empty() const {
1301
return filters.empty() || filters.begin()->empty();
1302
}
1303
1304
const std::string& IGFD::FilterInfos::getFirstFilter() const {
1305
if (!filters.empty()) {
Callers
15
IsDirectoryCanBeOpened
Method · 0.45
IsDirectoryExist
Method · 0.45
IsFileExist
Method · 0.45
CreateDirectoryIfNotExist
Method · 0.45
ParsePathFileName
Method · 0.45
IsDirectoryCanBeOpened
Function · 0.45
IsDirectoryExist
Function · 0.45
CreateDirectoryIfNotExist
Function · 0.45
ParsePathFileName
Function · 0.45
UTF8Encode
Method · 0.45
UTF8Decode
Method · 0.45
ReplaceString
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected