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

Function getCell

src/common/definable.ts:125–126  ·  view source on GitHub ↗
(cellId: Id)

Source from the content-addressed store, hash-verified

123
124 const processRow = (rowId: Id) => {
125 const getCell = (cellId: Id): Cell | undefined =>
126 store.getCell(tableId, rowId, cellId);
127 const oldRowValue = mapGet(rowValues, rowId);
128 const newRowValue = hasRow(tableId, rowId)
129 ? validateRowValue(getRowValue(getCell as any, rowId))

Callers 1

getRowCellFunctionFunction · 0.70

Calls 1

getCellMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…