MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / zipOpen

Function zipOpen

extlibs/minizip/src/zip.c:935–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933
934
935extern zipFile ZEXPORT zipOpen(const char* pathname, int append)
936{
937 return zipOpen3((const void*)pathname, append,NULL,NULL);
938}
939
940extern zipFile ZEXPORT zipOpen64(const void* pathname, int append)
941{

Callers

nothing calls this directly

Calls 1

zipOpen3Function · 0.85

Tested by

no test coverage detected