MCPcopy Create free account
hub / github.com/catboost/catboost / GetLeafLength

Method GetLeafLength

library/cpp/containers/comptrie/node.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return Offsets[D_FINAL];
38 }
39 size_t GetLeafLength() const {
40 return LeafLength;
41 }
42 size_t GetCoreLength() const {
43 return CoreLength;
44 }

Callers 2

WriteTrieBackwardsFunction · 0.45
TWriteableNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected