()
| 112 | } |
| 113 | |
| 114 | isSingleNode() { |
| 115 | return this.state === SelectionState.Editing || this.state === SelectionState.SingleNode |
| 116 | } |
| 117 | |
| 118 | isMultiSelect() { |
| 119 | return this.state === SelectionState.MultiNode |
no outgoing calls
no test coverage detected