MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / ComponentFunc

Class ComponentFunc

crates/wasmtime/src/runtime/component/types.rs:941–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

fromMethod · 0.85
from_exportMethod · 0.85
fromMethod · 0.85
export_type_defMethod · 0.85
convert_typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected