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

Interface InputSource

hail-fuzz/src/mutations.rs:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162];
163
164pub trait InputSource {
165 fn count(&self) -> usize;
166 fn choose_random<R: Rng>(&self, rng: &mut R) -> &MultiStream;
167}
168
169impl InputSource for CorpusStore<MultiStream> {
170 fn count(&self) -> usize {

Callers

nothing calls this directly

Implementers 1

mutations.rshail-fuzz/src/mutations.rs

Calls

no outgoing calls

Tested by

no test coverage detected