Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetCodec
Function
GetCodec
library/cpp/resource/registry.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
namespace {
16
inline const ICodec* GetCodec() noexcept {
17
static const ICodec* ret = Codec(
"zstd08_5"
);
18
19
return ret;
20
}
21
22
typedef std::pair<TStringBuf, TStringBuf> TDescriptor;
23
Callers
3
ReportRedefinitionError
Function · 0.70
Compress
Method · 0.70
Decompress
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected