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

Method GetRightOffset

library/cpp/containers/comptrie/node.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return Offsets[D_LEFT];
55 }
56 size_t GetRightOffset() const {
57 return Offsets[D_RIGHT];
58 }
59 char GetLabel() const {
60 return Label;
61 }

Callers 7

NextNodeMethod · 0.80
RecreateNodeMethod · 0.80
FindEquivalentSubtriesFunction · 0.80
MeasureSubtrieMethod · 0.80
RecreateNodeMethod · 0.80
FindDescendantsMethod · 0.80
TWriteableNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected