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

Method type_of

cranelift/interpreter/src/instruction.rs:35–37  ·  view source on GitHub ↗
(&self, v: Value)

Source from the content-addressed store, hash-verified

33 }
34
35 fn type_of(&self, v: Value) -> Option<Type> {
36 Some(self.1.value_type(v))
37 }
38
39 fn controlling_type(&self) -> Option<Type> {
40 Some(self.1.ctrl_typevar(self.0))

Callers 1

stepFunction · 0.45

Calls 1

value_typeMethod · 0.45

Tested by

no test coverage detected