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

Method field_ty

crates/wasmtime/src/runtime/gc/enabled/arrayref.rs:729–732  ·  view source on GitHub ↗
(&self, store: &StoreOpaque)

Source from the content-addressed store, hash-verified

727 }
728
729 fn field_ty(&self, store: &StoreOpaque) -> Result<FieldType> {
730 let ty = self._ty(store)?;
731 Ok(ty.field_type())
732 }
733
734 /// Get this array's `index`th element.
735 ///

Callers 2

_getMethod · 0.45
_setMethod · 0.45

Calls 3

OkFunction · 0.85
field_typeMethod · 0.80
_tyMethod · 0.45

Tested by

no test coverage detected