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

Function willSetCell

src/middleware/index.ts:95–101  ·  view source on GitHub ↗
(
      tableId: Id,
      rowId: Id,
      cellId: Id,
      cell: Cell,
    )

Source from the content-addressed store, hash-verified

93 reduceCallbacks(willSetRowCallbacks, row, tableId, rowId);
94
95 const willSetCell = (
96 tableId: Id,
97 rowId: Id,
98 cellId: Id,
99 cell: Cell,
100 ): CellOrUndefined =>
101 reduceCallbacks(willSetCellCallbacks, cell, tableId, rowId, cellId);
102
103 const willSetValues = (values: Values): Values | undefined =>
104 reduceCallbacks(willSetValuesCallbacks, values);

Callers 1

setValidCellFunction · 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…