MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / writeDeflatedZip

Function writeDeflatedZip

src/core/ZipArchive.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292QByteArray writeDeflatedZip(const QList<ZipEntryData>& entries)
293{
294 return writeZipImpl(entries, true);
295}
296
297} // namespace AetherSDR

Callers 2

writeSupportBundleZipFunction · 0.85
mainFunction · 0.85

Calls 1

writeZipImplFunction · 0.85

Tested by 1

mainFunction · 0.68