()
| 12 | } |
| 13 | |
| 14 | function initialState(): CellSelectionState { |
| 15 | return { |
| 16 | selectionStart: null, |
| 17 | selectionEnd: null, |
| 18 | selected: new Set(), |
| 19 | }; |
| 20 | } |
| 21 | |
| 22 | const { |
| 23 | reducer, |
no outgoing calls
no test coverage detected
searching dependent graphs…