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

Method IsFileNameSelected

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2289–2291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2287}
2288
2289bool IGFD::FileManager::IsFileNameSelected(const std::string& vFileName) {
2290 return m_SelectedFileNames.find(vFileName) != m_SelectedFileNames.end();
2291}
2292
2293std::string IGFD::FileManager::GetBack() {
2294 return m_CurrentPathDecomposition.back();

Callers 3

m_DisplayPathPopupMethod · 0.80
m_DrawFileListViewMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected