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