(&mut self, _: ResourceCollection)
| 122 | } |
| 123 | |
| 124 | async fn initialize(&mut self, _: ResourceCollection) {} |
| 125 | async fn finalize(&mut self) {} |
| 126 | async fn exec(&mut self, _: &Context) -> Result<()> { |
| 127 | let state = State::new(self.ty, std::mem::take(&mut self.out)); |
nothing calls this directly
no outgoing calls
no test coverage detected