MCPcopy Create free account
hub / github.com/defold/defold / GetEntryCount

Function GetEntryCount

engine/resource/src/resource_archive.cpp:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 }
478
479 uint32_t GetEntryCount(HArchiveIndexContainer archive)
480 {
481 return dmEndian::ToNetwork(archive->m_ArchiveIndex->m_EntryDataCount);
482 }
483
484 uint32_t GetEntryDataOffset(HArchiveIndex index)
485 {

Callers 1

TESTFunction · 0.50

Calls 1

ToNetworkFunction · 0.85

Tested by 1

TESTFunction · 0.40