MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / fileExists

Method fileExists

TheForceEngine/TFE_Archive/zipArchive.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool ZipArchive::fileExists(const char *file)
187{
188 return getFileIndex(file) != INVALID_FILE;
189}
190
191bool ZipArchive::fileExists(u32 index)
192{

Callers 1

extractPosterFromModFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected