Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
step
Function · 0.45
Calls
1
value_type
Method · 0.45
Tested by
no test coverage detected