(&mut self, _buffer: VecDeque<TestData>)
| 93 | async fn terminate(&mut self) {} |
| 94 | |
| 95 | async fn drain(&mut self, _buffer: VecDeque<TestData>) {} |
| 96 | |
| 97 | async fn fill_buffer(&mut self, buffer_size: usize) -> Result<VecDeque<TestData>, Terminate> { |
| 98 |
nothing calls this directly
no outgoing calls
no test coverage detected