MCPcopy Index your code
hub / github.com/angular/components / getChildren

Method getChildren

src/cdk/tree/tree.ts:1423–1425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1421 }
1422
1423 getChildren(): CdkTreeNode<T, K>[] | Observable<CdkTreeNode<T, K>[]> {
1424 return this._tree._getNodeChildren(this);
1425 }
1426
1427 /** Focuses this data node. Implemented for TreeKeyManagerItem. */
1428 focus(): void {

Callers

nothing calls this directly

Calls 1

_getNodeChildrenMethod · 0.80

Tested by

no test coverage detected