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

Function CellView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:1375–1379  ·  view source on GitHub ↗
({ tableId, rowId, cellId, store, debugIds })

Source from the content-addressed store, hash-verified

1373 )
1374});
1375var CellView = ({ tableId, rowId, cellId, store, debugIds }) => /* @__PURE__ */ jsx(Wrap, {
1376 debugIds,
1377 id: cellId,
1378 children: EMPTY_STRING + (useCell(tableId, rowId, cellId, store) ?? EMPTY_STRING)
1379});
1380var useCustomOrDefaultCellIds = (customCellIds, tableId, rowId, store) => {
1381 const defaultCellIds = useCellIds(tableId, rowId, store);
1382 return customCellIds ?? defaultCellIds;

Callers

nothing calls this directly

Calls 1

useCellFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…