| 6104 | } |
| 6105 | |
| 6106 | void |
| 6107 | Node::refreshAllInputRelatedData(bool canChangeValues) |
| 6108 | { |
| 6109 | refreshAllInputRelatedData( canChangeValues, getInputs_copy() ); |
| 6110 | } |
| 6111 | |
| 6112 | bool |
| 6113 | Node::refreshAllInputRelatedData(bool /*canChangeValues*/, |
nothing calls this directly
no test coverage detected