MCPcopy Create free account
hub / github.com/comaps/comaps / OpenCurrentFile

Function OpenCurrentFile

3party/minizip/minizip.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Code OpenCurrentFile(File file)
31{
32 return static_cast<Code>(unzOpenCurrentFile(file));
33}
34
35FilePos GetCurrentFileFilePos(File file)
36{

Callers 3

ParseTrackFileFunction · 0.85
ZipFileReaderMethod · 0.85
UnzipFileMethod · 0.85

Calls 1

unzOpenCurrentFileFunction · 0.85

Tested by

no test coverage detected