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

Method mutability

crates/wasmtime/src/runtime/types.rs:1749–1751  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1747 /// Get whether or not this field type is mutable.
1748 #[inline]
1749 pub fn mutability(&self) -> Mutability {
1750 self.mutability
1751 }
1752
1753 /// Get this field type's storage type.
1754 #[inline]

Callers 5

_setMethod · 0.80
generate_global_exportFunction · 0.80
fromMethod · 0.80
make_api_callsFunction · 0.80

Calls 1

as_wasm_array_typeMethod · 0.80

Tested by

no test coverage detected