Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ MakeEmpty
Method
MakeEmpty
library/cpp/yt/memory/ref-inl.h:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
{ }
29
30
Y_FORCE_INLINE TRef TRef::MakeEmpty()
31
{
32
return TRef(NDetail::EmptyRefData, NDetail::EmptyRefData);
33
}
34
35
Y_FORCE_INLINE TRef TRef::FromString(const TString& str)
36
{
Callers
2
ComputeOnlineCTRs
Function · 0.45
ComputeReindexHash
Function · 0.45
Calls
4
TMutableRef
Class · 0.85
TSharedRef
Class · 0.85
TSharedMutableRef
Class · 0.85
TRef
Class · 0.70
Tested by
no test coverage detected