| 104 | |
| 105 | |
| 106 | void |
| 107 | NodeState:: |
| 108 | setReaction(ReactToConnectionState reaction, |
| 109 | PortType reactingPortType, |
| 110 | NodeDataType reactingDataType) |
| 111 | { |
| 112 | _reaction = reaction; |
| 113 | |
| 114 | _reactingPortType = reactingPortType; |
| 115 | |
| 116 | _reactingDataType = std::move(reactingDataType); |
| 117 | } |
| 118 | |
| 119 | |
| 120 | bool |
nothing calls this directly
no outgoing calls
no test coverage detected