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

Method GetComposerSize

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2238–2240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2236}
2237
2238size_t IGFD::FileManager::GetComposerSize() const {
2239 return m_CurrentPathDecomposition.size();
2240}
2241
2242bool IGFD::FileManager::IsFileListEmpty() const {
2243 return m_FileList.empty();

Callers 1

m_ExploreWithkeysMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected