Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiekick/ImGuiFileDialog
/ IsComposerEmpty
Method
IsComposerEmpty
ImGuiFileDialog.cpp:2172–2174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2170
}
2171
2172
bool IGFD::FileManager::IsComposerEmpty() const {
2173
return m_CurrentPathDecomposition.empty();
2174
}
2175
2176
size_t IGFD::FileManager::GetComposerSize() const {
2177
return m_CurrentPathDecomposition.size();
Callers
1
m_DrawPlacesPane
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected