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

Method choose_random

hail-fuzz/src/mutations.rs:174–176  ·  view source on GitHub ↗
(&self, rng: &mut R)

Source from the content-addressed store, hash-verified

172 }
173
174 fn choose_random<R: Rng>(&self, rng: &mut R) -> &MultiStream {
175 &self.random(rng).data
176 }
177}
178
179pub(crate) fn apply_mutation<R, S>(

Callers 1

apply_mutationFunction · 0.80

Calls 1

randomMethod · 0.80

Tested by

no test coverage detected