MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / zipOpen

Function zipOpen

common/minizip/zip.c:948–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946
947
948extern zipFile ZEXPORT zipOpen (const char* pathname, int append)
949{
950 return zipOpen3((const void*)pathname,append,NULL,NULL);
951}
952
953extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append)
954{

Callers

nothing calls this directly

Calls 1

zipOpen3Function · 0.85

Tested by

no test coverage detected