| 81 | } |
| 82 | |
| 83 | static bool CustomAnyEqual(const Any& lhs, const Any& rhs) { |
| 84 | return lhs.cast<TInt>()->value == rhs.cast<TInt>()->value; |
| 85 | } |
| 86 | |
| 87 | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE(TInt, TNumber, TIntObj); |
| 88 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected