Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ty
Method
ty
cranelift/codegen/src/ir/dfg.rs:761–764 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
759
760
#[inline(always)]
761
fn ty(self) -> Type {
762
let ty = self.field(ValueDataPacked::TYPE_SHIFT, ValueDataPacked::TYPE_BITS);
763
Type::from_repr(ty)
764
}
765
766
#[inline(always)]
767
fn set_type(&mut self, ty: Type) {
Callers
1
value_type
Method · 0.45
Calls
1
field
Method · 0.45
Tested by
no test coverage detected