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

Method uno

cranelift/interpreter/src/value.rs:536–538  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

534 }
535
536 fn uno(&self, other: &Self) -> ValueResult<bool> {
537 Ok(self.is_nan()? || other.is_nan()?)
538 }
539
540 fn add(self, other: Self) -> ValueResult<Self> {
541 if self.is_float() {

Callers

nothing calls this directly

Calls 2

OkFunction · 0.85
is_nanMethod · 0.80

Tested by

no test coverage detected