(flattenedNodes: readonly T[])
| 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 { |
no test coverage detected