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

Method getCompressionLevel

lib/QuaZip/quazip/JlCompress.h:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 int getCompressionLevel() const {
103 return m_compressionStrategy != Default ? m_compressionStrategy & 0x0f : Z_DEFAULT_COMPRESSION;
104 }
105
106 void setCompressionStrategy(const CompressionStrategy &strategy) {
107 m_compressionStrategy = strategy;

Callers 1

compressFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected