MCPcopy 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

GetValuePtrMethod · 0.45
ArcSaveSelfMethod · 0.45
TWriteableNodeMethod · 0.45
GetTailsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected