Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ partial_cmp
Method
partial_cmp
cranelift/codegen/src/machinst/buffer.rs:2123–2125 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
2121
2122
impl<I: VCodeInst> PartialOrd for MachLabelFixup<I> {
2123
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
2124
Some(self.cmp(other))
2125
}
2126
}
2127
2128
impl<I: VCodeInst> Ord for MachLabelFixup<I> {
Callers
1
eq
Method · 0.45
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected