Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_get
Method · 0.45
_set
Method · 0.45
Calls
3
Ok
Function · 0.85
field_type
Method · 0.80
_ty
Method · 0.45
Tested by
no test coverage detected