(&self, index: InputId)
| 266 | type Output = TestCase<D>; |
| 267 | |
| 268 | fn index(&self, index: InputId) -> &Self::Output { |
| 269 | &self.test_cases[index] |
| 270 | } |
| 271 | } |
| 272 | |
| 273 | impl<D> std::ops::IndexMut<InputId> for CorpusStore<D> { |
nothing calls this directly
no outgoing calls
no test coverage detected