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

Method count

hail-fuzz/src/mutations.rs:170–172  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

168
169impl InputSource for CorpusStore<MultiStream> {
170 fn count(&self) -> usize {
171 self.inputs()
172 }
173
174 fn choose_random<R: Rng>(&self, rng: &mut R) -> &MultiStream {
175 &self.random(rng).data

Callers 1

apply_mutationFunction · 0.45

Calls 1

inputsMethod · 0.80

Tested by

no test coverage detected