MCPcopy Create free account
hub / github.com/angular/components / _getChildrenAccessor

Method _getChildrenAccessor

src/cdk/tree/tree.ts:736–738  ·  view source on GitHub ↗

Children accessor, used for compatibility between the old Tree and new Tree

()

Source from the content-addressed store, hash-verified

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

Callers 2

_getDirectChildrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected