Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
S32 ZipObject::getFileEntryCount()
208
{
209
return mZipArchive ? mZipArchive->numEntries() : 0;
210
}
211
212
String ZipObject::getFileEntry(S32 idx)
213
{
Callers
1
zipObject.cpp
File · 0.80
Calls
1
numEntries
Method · 0.45
Tested by
no test coverage detected