| 335 | String label; |
| 336 | |
| 337 | TestCustomHashObj() = default; |
| 338 | TestCustomHashObj(int64_t key, String label) : key(key), label(std::move(label)) {} |
| 339 | |
| 340 | TVM_FFI_DECLARE_OBJECT_INFO_FINAL("testing.TestCustomHash", TestCustomHashObj, Object); |
nothing calls this directly
no outgoing calls
no test coverage detected