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

Method Add

library/cpp/blockcodecs/core/codecs.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 inline void Add(ICodec* codec) {
45 Registry[codec->Name()] = codec;
46 }
47
48 inline void Add(TCodecPtr codec) {
49 Codecs.push_back(std::move(codec));

Callers 1

RegisterCodecMethod · 0.45

Calls 6

moveFunction · 0.50
AddFunction · 0.50
NameMethod · 0.45
push_backMethod · 0.45
GetMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected