Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ unzOpen64
Function
unzOpen64
extlibs/minizip/src/unzip.c:791–794 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
789
}
790
791
extern unzFile ZEXPORT unzOpen64(const void* path)
792
{
793
return unzOpenInternal(path, NULL, 1);
794
}
795
796
/*
797
Close a ZipFile opened with unzOpen.
Callers
1
open
Method · 0.85
Calls
1
unzOpenInternal
Function · 0.85
Tested by
no test coverage detected