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

Method closeEntry

extlibs/elzip/src/zipper.cpp:89–96  ·  view source on GitHub ↗

Close the currently open zip entry.

Source from the content-addressed store, hash-verified

87
88 // Close the currently open zip entry.
89 void zipper::closeEntry()
90 {
91 if (entryOpen_)
92 {
93 zipCloseFileInZip(zipFile_);
94 entryOpen_ = false;
95 }
96 }
97
98 // Check if there is a currently open file zip entry.
99 // return:

Callers

nothing calls this directly

Calls 1

zipCloseFileInZipFunction · 0.85

Tested by

no test coverage detected