MCPcopy 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
423impl 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_cmpMethod · 0.45

Calls 1

weightMethod · 0.80

Tested by

no test coverage detected