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

Method Compress

library/cpp/resource/registry.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129TString NResource::Compress(const TStringBuf data) {
130 return GetCodec()->Encode(data);
131}
132
133TString NResource::Decompress(const TStringBuf data) {
134 return GetCodec()->Decode(data);

Callers 1

QuickLZCompressFunction · 0.45

Calls 2

GetCodecFunction · 0.70
EncodeMethod · 0.45

Tested by

no test coverage detected