MCPcopy 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
417impl PartialOrd for NewInput {
418 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
419 Some(self.cmp(other))
420 }
421}
422
423impl Ord for NewInput {

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.45

Tested by

no test coverage detected