| 354 | } |
| 355 | |
| 356 | void ProtectedNode::onExitTransitionDidStart() |
| 357 | { |
| 358 | Node::onExitTransitionDidStart(); |
| 359 | for (const auto& child : _protectedChildren) |
| 360 | child->onExitTransitionDidStart(); |
| 361 | } |
| 362 | |
| 363 | void ProtectedNode::onExit() |
| 364 | { |
no outgoing calls
no test coverage detected