| 112 | |
| 113 | |
| 114 | void |
| 115 | Node:: |
| 116 | resetReactionToConnection() |
| 117 | { |
| 118 | _nodeState.setReaction(NodeState::NOT_REACTING); |
| 119 | _nodeGraphicsObject->update(); |
| 120 | } |
| 121 | |
| 122 | |
| 123 | NodeGraphicsObject const & |
nothing calls this directly
no outgoing calls
no test coverage detected