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

Function CodecID

library/cpp/blockcodecs/core/stream.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 };
57
58 TCodecID CodecID(const ICodec* c) {
59 return TIds::CodecID(c);
60 }
61
62 const ICodec* CodecByID(TCodecID id) {
63 return Singleton<TIds>()->Find(id);

Callers 2

TIdsMethod · 0.85
FlushImplMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected