(&mut self)
| 89 | |
| 90 | async fn initialize(&mut self, _: ResourceCollection) {} |
| 91 | async fn finalize(&mut self) {} |
| 92 | async fn exec(&mut self, _: &Context) -> Result<()> { |
| 93 | let state = State::new(std::mem::take(&mut self.out)); |
| 94 | let mapping = state.mapping.clone(); |
nothing calls this directly
no outgoing calls
no test coverage detected