| 189 | |
| 190 | void ViewNode::clear(ViewTransactionScope& viewTransactionScope) { |
| 191 | removeView(viewTransactionScope); |
| 192 | removeFromParent(viewTransactionScope); |
| 193 | setViewNodeTree(nullptr); |
| 194 | _viewFactory = nullptr; |
| 195 | } |
| 196 |
no outgoing calls
no test coverage detected