Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsFinal
Method
IsFinal
library/cpp/containers/comptrie/node.h:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool IsFinal() const {
64
return GetLeafOffset() != 0;
65
}
66
67
bool HasEpsilonLinkForward() const {
68
return GetForwardOffset() > Offset + CoreLength;
Callers
4
GetValuePtr
Method · 0.45
ArcSaveSelf
Method · 0.45
TWriteableNode
Method · 0.45
GetTails
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected