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

Class Tuple

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

Source from the content-addressed store, hash-verified

404/// A `tuple` interface type
405#[derive(Clone, Debug)]
406pub struct Tuple(Handle<TypeTupleIndex>);
407
408impl Tuple {
409 pub(crate) fn from(index: TypeTupleIndex, ty: &InstanceType<'_>) -> Self {

Callers 15

typecheckMethod · 0.70
with_lower_contextMethod · 0.70
with_lift_contextMethod · 0.70
liftMethod · 0.70
loadMethod · 0.70
fromMethod · 0.70
typecheckMethod · 0.70
fields_from_astMethod · 0.50
parse_fieldsMethod · 0.50
valFunction · 0.50
typecheckMethod · 0.50
lift_paramsMethod · 0.50

Calls

no outgoing calls

Tested by 1

test_round_trip_manyFunction · 0.40