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

Method operator TMutableRef

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

Source from the content-addressed store, hash-verified

202}
203
204Y_FORCE_INLINE TSharedMutableRef::operator TMutableRef() const
205{
206 return TMutableRef(Begin(), Size());
207}
208
209Y_FORCE_INLINE TSharedMutableRef::operator TSharedRef() const
210{

Callers

nothing calls this directly

Calls 3

TMutableRefClass · 0.85
BeginClass · 0.85
SizeFunction · 0.50

Tested by

no test coverage detected