Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Ok
Function · 0.85
is_nan
Method · 0.80
Tested by
no test coverage detected