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

Method _ty

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

Source from the content-addressed store, hash-verified

560 }
561
562 pub(crate) fn _ty(&self, store: &StoreOpaque) -> Result<ArrayType> {
563 assert!(self.comes_from_same_store(store));
564 let index = self.type_index(store)?;
565 Ok(ArrayType::from_shared_type_index(store.engine(), index))
566 }
567
568 /// Does this `arrayref` match the given type?
569 ///

Callers 4

tyMethod · 0.45
_matches_tyMethod · 0.45
ensure_matches_tyMethod · 0.45
field_tyMethod · 0.45

Calls 3

OkFunction · 0.85
type_indexMethod · 0.45
engineMethod · 0.45

Tested by

no test coverage detected