(&self, store: &mut StoreOpaque)
| 1442 | expect(dead_code, reason = "Not used yet, but added for consistency") |
| 1443 | )] |
| 1444 | pub(crate) fn hash_key(&self, store: &mut StoreOpaque) -> impl core::hash::Hash + Eq + use<> { |
| 1445 | self.vm_func_ref(store).as_ptr().addr() |
| 1446 | } |
| 1447 | } |
| 1448 | |
| 1449 | /// Prepares for entrance into WebAssembly. |
no test coverage detected