Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
314
class IGFD_API FileInfos;
Callers
nothing calls this directly
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected