| 202 | } |
| 203 | |
| 204 | Y_FORCE_INLINE TSharedMutableRef::operator TMutableRef() const |
| 205 | { |
| 206 | return TMutableRef(Begin(), Size()); |
| 207 | } |
| 208 | |
| 209 | Y_FORCE_INLINE TSharedMutableRef::operator TSharedRef() const |
| 210 | { |
nothing calls this directly
no test coverage detected