()
| 4650 | return [ |
| 4651 | createComponent2(SortedTableInHtmlTable, { |
| 4652 | get tableId() { |
| 4653 | return props.tableId; |
| 4654 | }, |
| 4655 | get store() { |
| 4656 | return props.store; |
| 4657 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…