()
| 328 | const preFinishTransaction = noop; |
| 329 | |
| 330 | const postFinishTransaction = () => { |
| 331 | collClear(touchedCells); |
| 332 | collClear(touchedValues); |
| 333 | }; |
| 334 | |
| 335 | const cellChanged = ( |
| 336 | tableId: Id, |
nothing calls this directly
no test coverage detected
searching dependent graphs…