| 359 | struct TestObjWithAnyView : public Object { |
| 360 | Any value; |
| 361 | explicit TestObjWithAnyView(AnyView value) : value(value) {} |
| 362 | [[maybe_unused]] static constexpr bool _type_mutable = true; |
| 363 | TVM_FFI_DECLARE_OBJECT_INFO_FINAL("test.TestObjWithAnyView", TestObjWithAnyView, Object); |
| 364 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected