| 2216 | } |
| 2217 | |
| 2218 | std::shared_ptr<IGFD::FileInfos> IGFD::FileManager::GetFilteredPathAt(size_t vIdx) { |
| 2219 | if (vIdx < m_FilteredPathList.size()) return m_FilteredPathList[vIdx]; |
| 2220 | return nullptr; |
| 2221 | } |
| 2222 | |
| 2223 | std::vector<std::string>::iterator IGFD::FileManager::GetCurrentPopupComposedPath() const { |
| 2224 | return m_PopupComposedPath; |
no test coverage detected