MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / new

Method new

hail-fuzz/src/queue.rs:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444
445impl CoverageQueue {
446 pub fn new() -> Self {
447 Self { queue: VecDeque::new(), new: BinaryHeap::new(), cycles: 0, found_input_at_cycle: 0 }
448 }
449
450 pub fn new_inputs(&self) -> usize {
451 self.new.len()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected