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

Function getCell

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:280–280  ·  view source on GitHub ↗
(cellId)

Source from the content-addressed store, hash-verified

278 const sortKeys = mapGet(allSortKeys, id2);
279 const processRow = (rowId) => {
280 const getCell = (cellId) => store.getCell(tableId, rowId, cellId);
281 const oldRowValue = mapGet(rowValues, rowId);
282 const newRowValue = hasRow(tableId, rowId) ? validateRowValue(getRowValue(getCell, rowId)) : void 0;
283 if (!(oldRowValue === newRowValue || isArray(oldRowValue) && isArray(newRowValue) && arrayIsEqual(oldRowValue, newRowValue))) {

Callers 5

getRowCellFunctionFunction · 0.70
getCellChangeFunction · 0.70
setCellFunction · 0.70
createStoreFunction · 0.70
joinFunction · 0.70

Calls 4

decodeIfJsonFunction · 0.70
mapGetFunction · 0.70
idFunction · 0.70
getCellMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…