(&mut self)
| 26 | |
| 27 | async fn initialize(&mut self, _: ResourceCollection) {} |
| 28 | async fn finalize(&mut self) {} |
| 29 | |
| 30 | async fn exec(&mut self, _: &Context) -> Result<()> { |
| 31 | let _: Envelope<f32> = self.first.recv::<f32>().await.unwrap(); |
nothing calls this directly
no outgoing calls
no test coverage detected