MCPcopy 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

Y_UNIT_TESTFunction · 0.45
AddCatFeatureMethod · 0.45
ComputeNanModeMethod · 0.45
ProcessCatFeatureFunction · 0.45
SimpleEqualFunction · 0.45
CompareObjectsDataFunction · 0.45

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected