(&mut self)
| 42 | |
| 43 | async fn initialize(&mut self, _: ResourceCollection) {} |
| 44 | async fn finalize(&mut self) {} |
| 45 | async fn exec(&mut self, _: &Context) -> Result<()> { |
| 46 | let out = std::mem::take(&mut self.out); |
| 47 | let urls = std::mem::take(&mut self.urls); |
nothing calls this directly
no outgoing calls
no test coverage detected