Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.50
Calls
1
ToNetwork
Function · 0.85
Tested by
1
TEST
Function · 0.40