Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ as_truthy
Method
as_truthy
cranelift/codegen/meta/src/cdsl/typevar.rs:243–245 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
241
self.derived(DerivedFunc::LaneOf)
242
}
243
pub fn as_truthy(&self) -> TypeVar {
244
self.derived(DerivedFunc::AsTruthy)
245
}
246
pub fn half_width(&self) -> TypeVar {
247
self.derived(DerivedFunc::HalfWidth)
248
}
Callers
1
image
Method · 0.45
Calls
7
from
Function · 0.85
derived
Method · 0.80
new
Function · 0.50
clone
Method · 0.45
len
Method · 0.45
contains
Method · 0.45
extend
Method · 0.45
Tested by
no test coverage detected