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

Function willSetTable

src/middleware/index.ts:89–90  ·  view source on GitHub ↗
(tableId: Id, table: Table)

Source from the content-addressed store, hash-verified

87 reduceCallbacks(willSetTablesCallbacks, tables);
88
89 const willSetTable = (tableId: Id, table: Table): Table | undefined =>
90 reduceCallbacks(willSetTableCallbacks, table, tableId);
91
92 const willSetRow = (tableId: Id, rowId: Id, row: Row): Row | undefined =>
93 reduceCallbacks(willSetRowCallbacks, row, tableId, rowId);

Callers 1

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…