| 73 | : level(compression_level) {} |
| 74 | |
| 75 | static constexpr int MinCompressionLevel() { return 1; } |
| 76 | static constexpr int MaxCompressionLevel() { return 2; } |
| 77 | static constexpr int DefaultCompressionLevel() { return 1; } |
| 78 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected