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

Interface InputQueue

hail-fuzz/src/queue.rs:387–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387pub(crate) trait InputQueue: InputSource {
388 /// Adds the current fuzzing input from `state` if this queue thinks it is interesting.
389 fn add_if_interesting(
390 &mut self,
391 store: &mut CorpusStore<MultiStream>,
392 state: &State,
393 ) -> Option<InputId>;
394}
395
396#[derive(PartialEq, Eq)]
397struct NewInput {

Callers

nothing calls this directly

Implementers 1

queue.rshail-fuzz/src/queue.rs

Calls

no outgoing calls

Tested by

no test coverage detected