(willSetContent, willSetTables, willSetTable, willSetRow, willSetCell, willSetValues, willSetValue, willDelTables, willDelTable, willDelRow, willDelCell, willDelValues, willDelValue, willApplyChanges, hasWillSetRowCallbacks)
| 2314 | transaction: collSize2(startTransactionListeners) + pairCollSize2(finishTransactionListeners) |
| 2315 | }); |
| 2316 | const setMiddleware = (willSetContent, willSetTables, willSetTable, willSetRow, willSetCell, willSetValues, willSetValue, willDelTables, willDelTable, willDelRow, willDelCell, willDelValues, willDelValue, willApplyChanges, hasWillSetRowCallbacks) => middleware = [ |
| 2317 | willSetContent, |
| 2318 | willSetTables, |
| 2319 | willSetTable, |
| 2320 | willSetRow, |
| 2321 | willSetCell, |
| 2322 | willSetValues, |
| 2323 | willSetValue, |
| 2324 | willDelTables, |
| 2325 | willDelTable, |
| 2326 | willDelRow, |
| 2327 | willDelCell, |
| 2328 | willDelValues, |
| 2329 | willDelValue, |
| 2330 | willApplyChanges, |
| 2331 | hasWillSetRowCallbacks |
| 2332 | ]; |
| 2333 | const setInternalListeners = (preStartTransaction, preFinishTransaction, postFinishTransaction, cellChanged2, valueChanged2) => internalListeners = [ |
| 2334 | preStartTransaction, |
| 2335 | preFinishTransaction, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…