| 1024 | /// Component type |
| 1025 | #[derive(Clone, Debug)] |
| 1026 | pub struct Component(Handle<TypeComponentIndex>); |
| 1027 | |
| 1028 | impl Component { |
| 1029 | pub(crate) fn from(index: TypeComponentIndex, ty: &InstanceType<'_>) -> Self { |
no outgoing calls
no test coverage detected