| 1206 | } |
| 1207 | |
| 1208 | TVM_FFI_INLINE static TVMFFIObject* MoveObjectRefToTVMFFIObjectPtr(ObjectRef&& src) { |
| 1209 | Object* obj_ptr = src.data_.data_; |
| 1210 | src.data_.data_ = nullptr; |
| 1211 | return GetHeader(obj_ptr); |
| 1212 | } |
| 1213 | }; |
| 1214 | } // namespace details |
| 1215 | } // namespace ffi |
nothing calls this directly
no outgoing calls
no test coverage detected