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

Method close

extlibs/elzip/src/zipper.cpp:43–51  ·  view source on GitHub ↗

Close the zip file

Source from the content-addressed store, hash-verified

41
42 // Close the zip file
43 void zipper::close()
44 {
45 if (zipFile_)
46 {
47 closeEntry();
48 zipClose(zipFile_, nullptr);
49 zipFile_ = nullptr;
50 }
51 }
52
53 // Check if a zipfile is open.
54 // return:

Callers 4

extractZipFunction · 0.45
extractFileFunction · 0.45
extractZipFunction · 0.45
extractFileFunction · 0.45

Calls 1

zipCloseFunction · 0.85

Tested by

no test coverage detected