MCPcopy 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
2172bool IGFD::FileManager::IsComposerEmpty() const {
2173 return m_CurrentPathDecomposition.empty();
2174}
2175
2176size_t IGFD::FileManager::GetComposerSize() const {
2177 return m_CurrentPathDecomposition.size();

Callers 1

m_DrawPlacesPaneMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected