MCPcopy 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

GetValueOffsetMethod · 0.80
TWriteableNodeMethod · 0.80
GetTailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected