Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetRef
Method
GetRef
library/cpp/yt/memory/ref.cpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
TMutableRef GetRef()
109
{
110
return TMutableRef(static_cast<TDerived*>(this)->GetBegin(), Size_);
111
}
112
113
protected:
114
size_t Size_;
Callers
3
Allocate
Method · 0.45
AllocatePageAligned
Method · 0.45
AllocateAligned
Method · 0.45
Calls
2
TMutableRef
Class · 0.85
GetBegin
Method · 0.45
Tested by
no test coverage detected