MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getFileEntryCount

Method getFileEntryCount

Engine/source/core/util/zip/zipObject.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205//-----------------------------------------------------------------------------
206
207S32 ZipObject::getFileEntryCount()
208{
209 return mZipArchive ? mZipArchive->numEntries() : 0;
210}
211
212String ZipObject::getFileEntry(S32 idx)
213{

Callers 1

zipObject.cppFile · 0.80

Calls 1

numEntriesMethod · 0.45

Tested by

no test coverage detected