Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetLeftOffset
Method
GetLeftOffset
library/cpp/containers/comptrie/node.h:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
return Offsets[D_NEXT];
52
}
53
size_t GetLeftOffset() const {
54
return Offsets[D_LEFT];
55
}
56
size_t GetRightOffset() const {
57
return Offsets[D_RIGHT];
58
}
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