Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ unzOpen
Function
unzOpen
extlibs/minizip/src/unzip.c:786–789 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
784
}
785
786
extern unzFile ZEXPORT unzOpen(const char* path)
787
{
788
return unzOpenInternal(path, NULL, 0);
789
}
790
791
extern unzFile ZEXPORT unzOpen64(const void* path)
792
{
Callers
nothing calls this directly
Calls
1
unzOpenInternal
Function · 0.85
Tested by
no test coverage detected