()
| 361 | } |
| 362 | |
| 363 | _getExpansionModel() { |
| 364 | if (!this.treeControl) { |
| 365 | this._expansionModel ??= new SelectionModel<K>(true); |
| 366 | return this._expansionModel; |
| 367 | } |
| 368 | return this.treeControl.expansionModel; |
| 369 | } |
| 370 | |
| 371 | /** Set up a subscription for the data provided by the data source. */ |
| 372 | private _subscribeToDataChanges() { |
no outgoing calls
no test coverage detected