(_name: String, _args: &Table)
| 20 | |
| 21 | impl Transform { |
| 22 | fn new(_name: String, _args: &Table) -> Transform { |
| 23 | Default::default() |
| 24 | } |
| 25 | |
| 26 | async fn initialize(&mut self, _: ResourceCollection) {} |
| 27 | async fn finalize(&mut self) {} |
nothing calls this directly
no outgoing calls
no test coverage detected