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

Method _updateCachedData

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

Source from the content-addressed store, hash-verified

1115 }
1116
1117 private _updateCachedData(flattenedNodes: readonly T[]) {
1118 this._flattenedNodes.next(flattenedNodes);
1119 }
1120
1121 private _updateKeyManagerItems(flattenedNodes: readonly T[]) {
1122 this._keyManagerNodes.next(flattenedNodes);

Callers 1

_renderDataChangesMethod · 0.95

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected