Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ partial_cmp
Method
partial_cmp
hail-fuzz/src/queue.rs:418–420 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
416
417
impl PartialOrd for NewInput {
418
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
419
Some(self.cmp(other))
420
}
421
}
422
423
impl Ord for NewInput {
Callers
nothing calls this directly
Calls
1
cmp
Method · 0.45
Tested by
no test coverage detected