| 26 | using TBlockLen = unsigned int; |
| 27 | |
| 28 | static const ICodec* GetCodec() { |
| 29 | return Singleton<TCompressionHolder>()->CodecPtr; |
| 30 | } |
| 31 | |
| 32 | void QuickLZCompress(TVector<char>* dst) { |
| 33 | if (!dst || dst->empty()) |
no outgoing calls
no test coverage detected