Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ DeleteZStream
Function
DeleteZStream
Bcore/src/main/cpp/ziparchive/zip_writer.cc:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
static void DeleteZStream(z_stream* stream) {
81
deflateEnd(stream);
82
delete stream;
83
}
84
85
ZipWriter::ZipWriter(FILE* f)
86
: file_(f),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected