(tableId, rowId, cellId, getCell, getCellDeps, storeOrStoreId, then, thenDeps)
| 639 | rowId |
| 640 | ); |
| 641 | var useSetCellCallback = (tableId, rowId, cellId, getCell, getCellDeps, storeOrStoreId, then, thenDeps) => useStoreSetCallback( |
| 642 | storeOrStoreId, |
| 643 | CELL, |
| 644 | getCell, |
| 645 | getCellDeps, |
| 646 | then, |
| 647 | thenDeps, |
| 648 | tableId, |
| 649 | rowId, |
| 650 | cellId |
| 651 | ); |
| 652 | var useSetValuesCallback = (getValues, getValuesDeps, storeOrStoreId, then, thenDeps) => useStoreSetCallback( |
| 653 | storeOrStoreId, |
| 654 | VALUES, |
no test coverage detected
searching dependent graphs…