MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / GetFullFileAt

Method GetFullFileAt

ImGuiFileDialog.cpp:2192–2195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2190}
2191
2192std::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
2197bool IGFD::FileManager::IsFilteredListEmpty() const {
2198 return m_FilteredFileList.empty();

Callers 1

m_ClearThumbnailsMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected