MCPcopy 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
15namespace {
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

ReportRedefinitionErrorFunction · 0.70
CompressMethod · 0.70
DecompressMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected