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

Method GetFilteredPathAt

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2280–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2278}
2279
2280std::shared_ptr<IGFD::FileInfos> IGFD::FileManager::GetFilteredPathAt(size_t vIdx) {
2281 if (vIdx < m_FilteredPathList.size()) return m_FilteredPathList[vIdx];
2282 return nullptr;
2283}
2284
2285std::vector<std::string>::iterator IGFD::FileManager::GetCurrentPopupComposedPath() const {
2286 return m_PopupComposedPath;

Callers 1

m_DisplayPathPopupMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected