MCPcopy Create free account
hub / github.com/catboost/catboost / GetCodec

Function GetCodec

library/cpp/par/compression.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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())

Callers 2

QuickLZCompressFunction · 0.70
QuickLZDecompressFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected