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

Function ResultCellView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:1342–1346  ·  view source on GitHub ↗
({ queryId, rowId, cellId, queries, debugIds })

Source from the content-addressed store, hash-verified

1340 children: useCheckpoint(checkpointId, checkpoints) ?? EMPTY_STRING
1341});
1342var ResultCellView = ({ queryId, rowId, cellId, queries, debugIds }) => /* @__PURE__ */ jsx(Wrap, {
1343 debugIds,
1344 id: cellId,
1345 children: EMPTY_STRING + (useResultCell(queryId, rowId, cellId, queries) ?? EMPTY_STRING)
1346});
1347var ResultRowView = ({
1348 queryId,
1349 rowId,

Callers

nothing calls this directly

Calls 1

useResultCellFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…