(tableId, storeOrStoreId)
| 436 | useSetTableCallback(tableId, getArg, storeOrStoreId) |
| 437 | ]; |
| 438 | var useTableCellIds = (tableId, storeOrStoreId) => useListenable( |
| 439 | TABLE + CELL_IDS, |
| 440 | useStoreOrStoreById(storeOrStoreId), |
| 441 | 1, |
| 442 | [tableId] |
| 443 | ); |
| 444 | var useHasTableCell = (tableId, cellId, storeOrStoreId) => useListenable( |
| 445 | TABLE + CELL, |
| 446 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…