| 207 | } |
| 208 | |
| 209 | Y_FORCE_INLINE TSharedMutableRef::operator TSharedRef() const |
| 210 | { |
| 211 | return TSharedRef(Begin(), Size(), Holder_); |
| 212 | } |
| 213 | |
| 214 | Y_FORCE_INLINE TSharedMutableRef::operator TRef() const |
| 215 | { |
nothing calls this directly
no test coverage detected