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

Method GetCoreLength

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

Source from the content-addressed store, hash-verified

40 return LeafLength;
41 }
42 size_t GetCoreLength() const {
43 return CoreLength;
44 }
45
46 size_t GetOffsetByDirection(TDirection direction) const {
47 return Offsets[direction];

Callers 1

GetOffsetFromEndFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected