()
| 130 | } |
| 131 | |
| 132 | get _isSelected() { |
| 133 | return this._tableSelection?.isSelected(this); |
| 134 | } |
| 135 | |
| 136 | get _isSelectable() { |
| 137 | return this._tableSelection?.isSelectable(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…