Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetImpl
Method
GetImpl
util/charset/unicode_table.h:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
private:
85
inline TValueRef GetImpl(size_t key) const {
86
TValuePtr val = TImpl::Get(Data, key);
87
88
return TImpl::Get(val);
89
}
90
91
inline TValueRef Get(size_t key) const {
92
return GetImpl(key);
Callers
7
TNonDefaultValuesBlockIterator
Method · 0.45
Y_UNIT_TEST
Function · 0.45
AddCatFeature
Method · 0.45
ComputeNanMode
Method · 0.45
ProcessCatFeature
Function · 0.45
SimpleEqual
Function · 0.45
CompareObjectsData
Function · 0.45
Calls
1
Get
Function · 0.50
Tested by
no test coverage detected