| 2278 | } |
| 2279 | |
| 2280 | std::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 | |
| 2285 | std::vector<std::string>::iterator IGFD::FileManager::GetCurrentPopupComposedPath() const { |
| 2286 | return m_PopupComposedPath; |
no test coverage detected