Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ eq
Method
eq
cranelift/codegen/src/machinst/buffer.rs:2115–2117 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
2113
2114
impl<I: VCodeInst> PartialEq for MachLabelFixup<I> {
2115
fn eq(&self, other: &Self) -> bool {
2116
self.deadline() == other.deadline()
2117
}
2118
}
2119
2120
impl<I: VCodeInst> Eq for MachLabelFixup<I> {}
Callers
nothing calls this directly
Calls
1
deadline
Method · 0.80
Tested by
no test coverage detected