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

Method getFileName

TheForceEngine/TFE_Archive/zipArchive.cpp:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291const char* ZipArchive::getFileName(u32 index)
292{
293 if (index >= (u32)m_entryCount) { return nullptr; }
294 return m_entries[index].name.c_str();
295}
296
297size_t ZipArchive::getFileLength(u32 index)
298{

Callers 5

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

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected