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

Function willSetRow

src/middleware/index.ts:92–93  ·  view source on GitHub ↗
(tableId: Id, rowId: Id, row: Row)

Source from the content-addressed store, hash-verified

90 reduceCallbacks(willSetTableCallbacks, table, tableId);
91
92 const willSetRow = (tableId: Id, rowId: Id, row: Row): Row | undefined =>
93 reduceCallbacks(willSetRowCallbacks, row, tableId, rowId);
94
95 const willSetCell = (
96 tableId: Id,

Callers 2

setValidRowFunction · 0.50
setCellFunction · 0.50

Calls 1

reduceCallbacksFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…