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

Method _updateKeyManagerItems

src/cdk/tree/tree.ts:1121–1123  ·  view source on GitHub ↗
(flattenedNodes: readonly T[])

Source from the content-addressed store, hash-verified

1119 }
1120
1121 private _updateKeyManagerItems(flattenedNodes: readonly T[]) {
1122 this._keyManagerNodes.next(flattenedNodes);
1123 }
1124
1125 /** Traverse the flattened node data and compute parents, levels, and group data. */
1126 private _calculateParents(flattenedNodes: readonly T[]): void {

Callers 1

_renderDataChangesMethod · 0.95

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected