Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ getFileCount
Method
getFileCount
TheForceEngine/TFE_Archive/zipArchive.cpp:286–289 ·
view source on GitHub ↗
Directory
Source
from the content-addressed store, hash-verified
284
285
// Directory
286
u32 ZipArchive::getFileCount()
287
{
288
return m_entryCount;
289
}
290
291
const char* ZipArchive::getFileName(u32 index)
292
{
Callers
5
addArchiveFiles
Function · 0.45
loadCustomGob
Function · 0.45
parseNameFromText
Function · 0.45
readFromQueue
Function · 0.45
extractPosterFromMod
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected