Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ GetEntryName
Function
GetEntryName
engine/dlib/src/dlib/zip.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
const char* GetEntryName(HZip zip)
68
{
69
return zip_entry_name(zip);
70
}
71
72
Result GetEntrySize(HZip zip, uint32_t* size)
73
{
Callers
2
TEST_P
Function · 0.85
CreateEntryMap
Function · 0.85
Calls
1
zip_entry_name
Function · 0.85
Tested by
1
TEST_P
Function · 0.68