MCPcopy 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
286u32 ZipArchive::getFileCount()
287{
288 return m_entryCount;
289}
290
291const char* ZipArchive::getFileName(u32 index)
292{

Callers 5

addArchiveFilesFunction · 0.45
loadCustomGobFunction · 0.45
parseNameFromTextFunction · 0.45
readFromQueueFunction · 0.45
extractPosterFromModFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected