(&self, data: &StoreOpaque)
| 911 | } |
| 912 | |
| 913 | pub(crate) fn type_index(&self, data: &StoreOpaque) -> VMSharedTypeIndex { |
| 914 | unsafe { self.vm_func_ref(data).as_ref().type_index } |
| 915 | } |
| 916 | |
| 917 | /// Invokes this function with the `params` given and writes returned values |
| 918 | /// to `results`. |
no test coverage detected