Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetNumEntries
Function
GetNumEntries
engine/dlib/src/dlib/zip.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
uint32_t GetNumEntries(HZip zip)
40
{
41
return (uint32_t)zip_entries_total(zip);
42
}
43
44
Result OpenEntry(HZip zip, const char* name)
45
{
Callers
2
TEST_P
Function · 0.85
CreateEntryMap
Function · 0.85
Calls
1
zip_entries_total
Function · 0.85
Tested by
1
TEST_P
Function · 0.68