Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ cmp
Method
cmp
hail-fuzz/src/queue.rs:424–426 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
422
423
impl Ord for NewInput {
424
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
425
self.weight().cmp(&other.weight())
426
}
427
}
428
429
/// An input queue that attempts to maximize code coverage
Callers
1
partial_cmp
Method · 0.45
Calls
1
weight
Method · 0.80
Tested by
no test coverage detected