MCPcopy Index your code
hub / github.com/crosspoint-reader/crosspoint-reader / open

Method open

lib/ZipFile/ZipFile.cpp:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool ZipFile::open() {
273 if (!Storage.openFileForRead("ZIP", filePath, file)) {
274 return false;
275 }
276 return true;
277}
278
279bool ZipFile::close() {
280 if (file) {

Callers 1

ScopedOpenCloseMethod · 0.45

Calls 1

openFileForReadMethod · 0.80

Tested by

no test coverage detected