Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ BestEntry
Class
BestEntry
cranelift/codegen/src/egraph/elaborate.rs:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
75
struct BestEntry(Cost, Value);
76
77
impl PartialOrd for BestEntry {
78
fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> {
Callers
2
new
Method · 0.85
compute_best_values
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected