Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetEntrySize
Function
GetEntrySize
engine/dlib/src/dlib/zip.cpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
Result GetEntrySize(HZip zip, uint32_t* size)
73
{
74
uint64_t sz = zip_entry_size(zip);
75
*size = (uint32_t)(sz & 0xFFFFFFFF);
76
return RESULT_OK;
77
}
78
79
Result GetEntryIndex(HZip zip, uint32_t* out_index)
80
{
Callers
4
TEST_P
Function · 0.85
CreateEntryMap
Function · 0.85
LoadManifest
Function · 0.85
ReadFile
Function · 0.85
Calls
1
zip_entry_size
Function · 0.85
Tested by
1
TEST_P
Function · 0.68