MCPcopy 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
30Y_FORCE_INLINE TRef TRef::MakeEmpty()
31{
32 return TRef(NDetail::EmptyRefData, NDetail::EmptyRefData);
33}
34
35Y_FORCE_INLINE TRef TRef::FromString(const TString& str)
36{

Callers 2

ComputeOnlineCTRsFunction · 0.45
ComputeReindexHashFunction · 0.45

Calls 4

TMutableRefClass · 0.85
TSharedRefClass · 0.85
TSharedMutableRefClass · 0.85
TRefClass · 0.70

Tested by

no test coverage detected