(&mut self, _buffer: VecDeque<Product>)
| 81 | async fn terminate(&mut self) {} |
| 82 | |
| 83 | async fn drain(&mut self, _buffer: VecDeque<Product>) {} |
| 84 | |
| 85 | |
| 86 | async fn fill_buffer(&mut self, buffer_size: usize) -> Result<VecDeque<Product>, Terminate> { |
nothing calls this directly
no outgoing calls
no test coverage detected