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

Method index

hail-fuzz/src/queue.rs:268–270  ·  view source on GitHub ↗
(&self, index: InputId)

Source from the content-addressed store, hash-verified

266 type Output = TestCase<D>;
267
268 fn index(&self, index: InputId) -> &Self::Output {
269 &self.test_cases[index]
270 }
271}
272
273impl<D> std::ops::IndexMut<InputId> for CorpusStore<D> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected