Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ CloseEntry
Function
CloseEntry
engine/dlib/src/dlib/zip.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
Result CloseEntry(HZip zip)
57
{
58
zip_entry_close(zip);
59
return RESULT_OK;
60
}
61
62
bool IsEntryDir(HZip zip)
63
{
Callers
5
TEST_P
Function · 0.85
CreateEntryMap
Function · 0.85
LoadManifest
Function · 0.85
ReadFile
Function · 0.85
ReadFilePartial
Function · 0.85
Calls
1
zip_entry_close
Function · 0.85
Tested by
1
TEST_P
Function · 0.68