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

Method _unwrap_array

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

Source from the content-addressed store, hash-verified

468 }
469
470 pub(crate) fn _unwrap_array(&self, store: &StoreOpaque) -> Result<Rooted<ArrayRef>> {
471 Ok(self
472 ._as_array(store)?
473 .expect("EqRef::unwrap_array on non-arrayref"))
474 }
475}
476
477unsafe impl WasmTy for Rooted<EqRef> {

Callers 1

unwrap_arrayMethod · 0.45

Calls 3

OkFunction · 0.85
expectMethod · 0.45
_as_arrayMethod · 0.45

Tested by

no test coverage detected