Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ ZipReader
Method
ZipReader
DSView/pv/ZipMaker.cpp:181–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
ZipReader::ZipReader(const char *filePath)
182
{
183
m_archive = NULL;
184
m_archive = unzOpen64(filePath);
185
}
186
187
ZipReader::~ZipReader()
188
{
Callers
nothing calls this directly
Calls
1
unzOpen64
Function · 0.85
Tested by
no test coverage detected