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

Function CloseCurrentFile

3party/minizip/minizip.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40Code CloseCurrentFile(File file)
41{
42 return static_cast<Code>(unzCloseCurrentFile(file));
43}
44
45Code GetCurrentFileInfo(File file, FileInfo & info)
46{

Callers 2

ParseTrackFileFunction · 0.85
ZipFileReaderMethod · 0.85

Calls 1

unzCloseCurrentFileFunction · 0.85

Tested by

no test coverage detected