| 939 | /// Component function type |
| 940 | #[derive(Clone, Debug)] |
| 941 | pub struct ComponentFunc(Handle<TypeFuncIndex>); |
| 942 | |
| 943 | impl ComponentFunc { |
| 944 | pub(crate) fn from(index: TypeFuncIndex, ty: &InstanceType<'_>) -> Self { |
no outgoing calls
no test coverage detected