MCPcopy
hub / github.com/tinyplex/tinybase / postFinishTransaction

Function postFinishTransaction

src/mergeable-store/index.ts:330–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328 const preFinishTransaction = noop;
329
330 const postFinishTransaction = () => {
331 collClear(touchedCells);
332 collClear(touchedValues);
333 };
334
335 const cellChanged = (
336 tableId: Id,

Callers

nothing calls this directly

Calls 1

collClearFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…