| 1084 | /// Component instance type |
| 1085 | #[derive(Clone, Debug)] |
| 1086 | pub struct ComponentInstance(Handle<TypeComponentInstanceIndex>); |
| 1087 | |
| 1088 | impl ComponentInstance { |
| 1089 | pub(crate) fn from(index: TypeComponentInstanceIndex, ty: &InstanceType<'_>) -> Self { |
no outgoing calls
no test coverage detected