(&mut self, _: &str, _: crate::node::DynPortsConfig)
| 156 | } |
| 157 | } |
| 158 | fn set_port_dynamic(&mut self, _: &str, _: crate::node::DynPortsConfig) { |
| 159 | unimplemented!() |
| 160 | } |
| 161 | fn close(&mut self) { |
| 162 | for ports in self.inputs.values_mut() { |
| 163 | for port in ports.storage.values_mut() { |
nothing calls this directly
no outgoing calls
no test coverage detected