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

Method exist

ImGuiFileDialog.h:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 }
307
308 bool exist(const std::string& vKey) const {
309 return (m_Dico.find(vKey) != m_Dico.end());
310 }
311};
312
313class IGFD_API FileInfos;

Callers 1

IsCoveredByFiltersMethod · 0.80

Calls 1

endMethod · 0.80

Tested by

no test coverage detected