Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetLeafOffset
Method
GetLeafOffset
library/cpp/containers/comptrie/node.h:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
size_t GetLeafOffset() const {
37
return Offsets[D_FINAL];
38
}
39
size_t GetLeafLength() const {
40
return LeafLength;
41
}
Callers
3
GetValueOffset
Method · 0.80
TWriteableNode
Method · 0.80
GetTails
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected