MCPcopy Create free account
hub / github.com/tinyplex/tinybase / postFinishTransaction

Function postFinishTransaction

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:2659–2662  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2657 const preStartTransaction = noop;
2658 const preFinishTransaction = noop;
2659 const postFinishTransaction = () => {
2660 collClear(touchedCells);
2661 collClear(touchedValues);
2662 };
2663 const cellChanged = (tableId, rowId, cellId, newCell, mutating, defaulted) => {
2664 setAdd(
2665 mapEnsure(mapEnsure(touchedCells, tableId, mapNew), rowId, setNew),

Callers

nothing calls this directly

Calls 1

collClearFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…