Children accessor, used for compatibility between the old Tree and new Tree
()
| 734 | |
| 735 | /** Children accessor, used for compatibility between the old Tree and new Tree */ |
| 736 | _getChildrenAccessor() { |
| 737 | return this.treeControl?.getChildren?.bind(this.treeControl) ?? this.childrenAccessor; |
| 738 | } |
| 739 | |
| 740 | /** |
| 741 | * Gets the direct children of a node; used for compatibility between the old tree and the |
no outgoing calls
no test coverage detected