Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RecreateNode
Method · 0.45
Forward
Method · 0.45
Backward
Method · 0.45
TFork
Method · 0.45
operator==
Method · 0.45
MeasureSubtrie
Method · 0.45
RecreateNode
Method · 0.45
GetOffsetFromEnd
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected