AsTree returns the base [Tree] for this node.
()
| 36 | |
| 37 | // AsTree returns the base [Tree] for this node. |
| 38 | AsCoreTree() *Tree |
| 39 | |
| 40 | // CanOpen returns true if the node is able to open. |
| 41 | // By default it checks HasChildren(), but could check other properties |
no outgoing calls
no test coverage detected