Level accessor, used for compatibility between the old Tree and new Tree
()
| 729 | |
| 730 | /** Level accessor, used for compatibility between the old Tree and new Tree */ |
| 731 | _getLevelAccessor() { |
| 732 | return this.treeControl?.getLevel?.bind(this.treeControl) ?? this.levelAccessor; |
| 733 | } |
| 734 | |
| 735 | /** Children accessor, used for compatibility between the old Tree and new Tree */ |
| 736 | _getChildrenAccessor() { |
no outgoing calls
no test coverage detected