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

Function willSetTable

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

Source from the content-addressed store, hash-verified

3132 const willSetContent = (content) => reduceCallbacks(willSetContentCallbacks, content);
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);

Callers 4

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