MCPcopy Index your code
hub / github.com/tinyplex/tinybase / willSetRow

Function willSetRow

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:3135–3135  ·  view source on GitHub ↗
(tableId, rowId, row)

Source from the content-addressed store, hash-verified

3133 const willSetTables = (tables) => reduceCallbacks(willSetTablesCallbacks, tables);
3134 const willSetTable = (tableId, table) => reduceCallbacks(willSetTableCallbacks, table, tableId);
3135 const willSetRow = (tableId, rowId, row) => reduceCallbacks(willSetRowCallbacks, row, tableId, rowId);
3136 const willSetCell = (tableId, rowId, cellId, cell) => reduceCallbacks(willSetCellCallbacks, cell, tableId, rowId, cellId);
3137 const willSetValues = (values) => reduceCallbacks(willSetValuesCallbacks, values);
3138 const willSetValue = (valueId, value) => reduceCallbacks(willSetValueCallbacks, value, valueId);

Callers 8

setValidRowFunction · 0.70
setCellFunction · 0.70
setValidRowFunction · 0.50
setCellFunction · 0.50
setValidRowFunction · 0.50
setCellFunction · 0.50
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…