| 26 | |
| 27 | #[derive(Clone)] |
| 28 | struct DynConns { |
| 29 | name: u64, |
| 30 | inputs: HashMap<String, Sender>, |
| 31 | outputs: HashMap<String, Receiver>, |
| 32 | } |
| 33 | |
| 34 | pub struct DynPortsConfig { |
| 35 | pub(crate) local_key: u64, |
nothing calls this directly
no outgoing calls
no test coverage detected