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

Method GetOffset

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

Source from the content-addressed store, hash-verified

30 TNode(const char* data, size_t offset, const ILeafSkipper& skipFunction);
31
32 size_t GetOffset() const {
33 return Offset;
34 }
35
36 size_t GetLeafOffset() const {
37 return Offsets[D_FINAL];

Callers 8

RecreateNodeMethod · 0.45
ForwardMethod · 0.45
BackwardMethod · 0.45
TForkMethod · 0.45
operator==Method · 0.45
MeasureSubtrieMethod · 0.45
RecreateNodeMethod · 0.45
GetOffsetFromEndFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected