(&self, r: &mut Region)
| 177 | } |
| 178 | |
| 179 | fn create_ports(&self, r: &mut Region) { |
| 180 | } |
| 181 | |
| 182 | fn ports_callback(&mut self, inputs: Vec<PortIdx>, outputs: Vec<PortIdx>, r: &mut Region) { |
| 183 | } |
nothing calls this directly
no outgoing calls
no test coverage detected