Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NextNode
Method · 0.80
RecreateNode
Method · 0.80
FindEquivalentSubtries
Function · 0.80
MeasureSubtrie
Method · 0.80
RecreateNode
Method · 0.80
FindDescendants
Method · 0.80
TWriteableNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected