| 75 | static constexpr int MinCompressionLevel() { return 1; } |
| 76 | static constexpr int MaxCompressionLevel() { return 2; } |
| 77 | static constexpr int DefaultCompressionLevel() { return 1; } |
| 78 | }; |
| 79 | |
| 80 | // Scratch memory for compression, reusable across compressions. Callers that |
nothing calls this directly
no outgoing calls
no test coverage detected