| 772 | } |
| 773 | |
| 774 | bool Node::isClosing() const { |
| 775 | return 0 != ( mNodeFlags & NODE_FLAG_CLOSE ); |
| 776 | } |
| 777 | |
| 778 | bool Node::isClosingChildren() const { |
| 779 | return 0 != ( mNodeFlags & NODE_FLAG_CLOSING_CHILDREN ); |
no outgoing calls
no test coverage detected