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