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

Method GetBestCodecs

library/cpp/http/io/compression.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 inline TArrayRef<const TStringBuf> GetBestCodecs() const {
37 return BestCodecs_;
38 }
39
40private:
41 void Add(TStringBuf name, TDecoderConstructor d, TEncoderConstructor e);

Callers 4

Y_UNIT_TESTFunction · 0.80
BestCompressionSchemeMethod · 0.80
EnableCompressionMethod · 0.80
SupportedCodingsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected