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

Method is_var

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

Source from the content-addressed store, hash-verified

42 /// Is this variable?
43 #[inline]
44 pub fn is_var(&self) -> bool {
45 *self == Self::Var
46 }
47}
48
49/// Indicator of whether a type is final or not.

Callers 1

fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected