Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
private:
41
void Add(TStringBuf name, TDecoderConstructor d, TEncoderConstructor e);
Callers
4
Y_UNIT_TEST
Function · 0.80
BestCompressionScheme
Method · 0.80
EnableCompression
Method · 0.80
SupportedCodings
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected