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

Method inputs

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

Returns the total number of test cases in the corpus

(&self)

Source from the content-addressed store, hash-verified

112
113 /// Returns the total number of test cases in the corpus
114 pub fn inputs(&self) -> usize {
115 self.test_cases.len()
116 }
117
118 /// Returns a random input from the corpus.
119 pub fn random<R: rand::Rng>(&self, rng: &mut R) -> &TestCase<D> {

Callers 4

countMethod · 0.80
fuzzing_loopFunction · 0.80
execute_with_limitMethod · 0.80
calculate_energyFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected