(&self, id: InstanceId)
| 1647 | /// validated to already belong to this store. |
| 1648 | #[inline] |
| 1649 | pub fn instance(&self, id: InstanceId) -> &vm::Instance { |
| 1650 | self.instances[id].handle.get() |
| 1651 | } |
| 1652 | |
| 1653 | /// Accessor from `InstanceId` to `Pin<&mut vm::Instance>`. |
| 1654 | /// |
no test coverage detected