-----------------------------------------------------------------------
| 12 | } |
| 13 | //----------------------------------------------------------------------- |
| 14 | void Node::clear() {} |
| 15 | //----------------------------------------------------------------------- |
| 16 | Node* Node::getParent(void) const { return m_parent; } |
| 17 |
no outgoing calls
no test coverage detected