MCPcopy 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

imageMethod · 0.45

Calls 7

fromFunction · 0.85
derivedMethod · 0.80
newFunction · 0.50
cloneMethod · 0.45
lenMethod · 0.45
containsMethod · 0.45
extendMethod · 0.45

Tested by

no test coverage detected