Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
bool ZipArchive::fileExists(const char *file)
187
{
188
return getFileIndex(file) != INVALID_FILE;
189
}
190
191
bool ZipArchive::fileExists(u32 index)
192
{
Callers
1
extractPosterFromMod
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected