Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RegisterCodec
Method · 0.45
Calls
6
move
Function · 0.50
Add
Function · 0.50
Name
Method · 0.45
push_back
Method · 0.45
Get
Method · 0.45
back
Method · 0.45
Tested by
no test coverage detected