Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
bool ZipFile::open() {
273
if (!Storage.openFileForRead(
"ZIP"
, filePath, file)) {
274
return false;
275
}
276
return true;
277
}
278
279
bool ZipFile::close() {
280
if (file) {
Callers
1
ScopedOpenClose
Method · 0.45
Calls
1
openFileForRead
Method · 0.80
Tested by
no test coverage detected