(&mut self, index: InputId)
| 272 | |
| 273 | impl<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 | |
| 279 | pub(crate) struct TestCase<D> { |
nothing calls this directly
no outgoing calls
no test coverage detected