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

Function CodecByID

library/cpp/blockcodecs/core/stream.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 const ICodec* CodecByID(TCodecID id) {
63 return Singleton<TIds>()->Find(id);
64 }
65}
66
67TCodedOutput::TCodedOutput(IOutputStream* out, const ICodec* c, size_t bufLen)

Callers 1

DoUnboundedNextMethod · 0.85

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected