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

Interface InputSource

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

Source from the content-addressed store, hash-verified

380}
381
382pub(crate) trait InputSource {
383 /// Get the next input the input queue. Returns `None` if the queue is empty.
384 fn next_input(&mut self, store: &CorpusStore<MultiStream>) -> Option<InputId>;
385}
386
387pub(crate) trait InputQueue: InputSource {
388 /// Adds the current fuzzing input from `state` if this queue thinks it is interesting.

Callers

nothing calls this directly

Implementers 1

queue.rshail-fuzz/src/queue.rs

Calls

no outgoing calls

Tested by

no test coverage detected