MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / compressSubDir

Method compressSubDir

lib/QuaZip/quazip/JlCompress.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool JlCompress::compressSubDir(QuaZip* zip, QString dir, QString origDir, bool recursive, QDir::Filters filters) {
87 return compressSubDir(zip, dir, origDir, recursive, filters, Options());
88}
89
90bool JlCompress::compressSubDir(QuaZip* zip, QString dir, QString origDir, bool recursive, QDir::Filters filters, const Options& options) {
91 // zip: object where to add the file

Callers

nothing calls this directly

Calls 9

OptionsClass · 0.85
getModeMethod · 0.80
existsMethod · 0.80
relativeFilePathMethod · 0.80
getDateTimeMethod · 0.45
openMethod · 0.45
closeMethod · 0.45
entryInfoListMethod · 0.45
getZipNameMethod · 0.45

Tested by

no test coverage detected