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

Method index_mut

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

Source from the content-addressed store, hash-verified

272
273impl<D> std::ops::IndexMut<InputId> for CorpusStore<D> {
274 fn index_mut(&mut self, index: InputId) -> &mut Self::Output {
275 &mut self.test_cases[index]
276 }
277}
278
279pub(crate) struct TestCase<D> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected