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

Method FindDecoder

library/cpp/http/io/compression.h:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 inline const TDecoderConstructor* FindDecoder(TStringBuf name) const {
21 if (auto codec = Codecs_.FindPtr(name)) {
22 return &codec->Decoder;
23 }
24
25 return nullptr;
26 }
27
28 inline const TEncoderConstructor* FindEncoder(TStringBuf name) const {
29 if (auto codec = Codecs_.FindPtr(name)) {

Callers 2

Y_UNIT_TESTFunction · 0.80
BuildInputChainMethod · 0.80

Calls 1

FindPtrMethod · 0.45

Tested by

no test coverage detected