| 70 | |
| 71 | |
| 72 | void |
| 73 | NodeState:: |
| 74 | eraseConnection(PortType portType, |
| 75 | PortIndex portIndex, |
| 76 | QUuid id) |
| 77 | { |
| 78 | getEntries(portType)[portIndex].erase(id); |
| 79 | } |
| 80 | |
| 81 | |
| 82 | NodeState::ReactToConnectionState |
nothing calls this directly
no outgoing calls
no test coverage detected