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

Method closeEntry

extlibs/elzip/src/unzipper.cpp:95–102  ·  view source on GitHub ↗

Close the currently open zip entry.

Source from the content-addressed store, hash-verified

93
94 // Close the currently open zip entry.
95 void unzipper::closeEntry()
96 {
97 if (entryOpen_)
98 {
99 unzCloseCurrentFile(zipFile_);
100 entryOpen_ = false;
101 }
102 }
103
104 // Check if there is a currently open zip entry.
105 // return:

Callers

nothing calls this directly

Calls 1

unzCloseCurrentFileFunction · 0.85

Tested by

no test coverage detected