MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getFileLength

Method getFileLength

TheForceEngine/TFE_Archive/zipArchive.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208size_t ZipArchive::getFileLength()
209{
210 if (m_curFile == INVALID_FILE) { return 0; }
211 return m_entries[m_curFile].length;
212}
213
214size_t ZipArchive::readFile(void* data, size_t size)
215{

Callers 15

readAssetFromArchiveFunction · 0.45
loadEditorSoundFunction · 0.45
loadEditorLevelPreviewFunction · 0.45
loadEditorFrameFunction · 0.45
loadEditorObj3DFunction · 0.45
loadEditorTextureFunction · 0.45
loadPaletteAsTextureFunction · 0.45
loadEditorSpriteFunction · 0.45
addPaletteFunction · 0.45
preprocessAssetsFunction · 0.45
extractArchiveFunction · 0.45
updateAssetListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected