| 2190 | } |
| 2191 | |
| 2192 | std::shared_ptr<IGFD::FileInfos> IGFD::FileManager::GetFullFileAt(size_t vIdx) { |
| 2193 | if (vIdx < m_FileList.size()) return m_FileList[vIdx]; |
| 2194 | return nullptr; |
| 2195 | } |
| 2196 | |
| 2197 | bool IGFD::FileManager::IsFilteredListEmpty() const { |
| 2198 | return m_FilteredFileList.empty(); |