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

Method IsComposerEmpty

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2234–2236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2232}
2233
2234bool IGFD::FileManager::IsComposerEmpty() const {
2235 return m_CurrentPathDecomposition.empty();
2236}
2237
2238size_t IGFD::FileManager::GetComposerSize() const {
2239 return m_CurrentPathDecomposition.size();

Callers 1

m_DrawPlacesPaneMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected