MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / exist

Method exist

external/ImGuiFileDialog/ImGuiFileDialog.h:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected