MCPcopy Create free account
hub / github.com/catboost/catboost / operator TSharedRef

Method operator TSharedRef

library/cpp/yt/memory/ref-inl.h:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209Y_FORCE_INLINE TSharedMutableRef::operator TSharedRef() const
210{
211 return TSharedRef(Begin(), Size(), Holder_);
212}
213
214Y_FORCE_INLINE TSharedMutableRef::operator TRef() const
215{

Callers

nothing calls this directly

Calls 3

TSharedRefClass · 0.85
BeginClass · 0.85
SizeFunction · 0.50

Tested by

no test coverage detected