()
| 52 | return [currentCellId, currentDescending, currentOffset] as SortAndOffset; |
| 53 | }, |
| 54 | get handleSort() { |
| 55 | return handleSort; |
| 56 | }, |
| 57 | get paginator() { |
| 58 | return isFalse(paginator) |
| 59 | ? undefined |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…