MCPcopy
hub / github.com/tinyplex/tinybase / ContextCellChild

Function ContextCellChild

test/unit/core/ui-react/components.test.tsx:473–480  ·  view source on GitHub ↗
({storeId}: {readonly storeId?: string})

Source from the content-addressed store, hash-verified

471);
472
473const ContextCellChild = ({storeId}: {readonly storeId?: string}) => (
474 <>
475 <span>
476 <CellView store={storeId} tableId="t1" rowId="r1" cellId="c1" />
477 </span>
478 <span>{JSON.stringify(useCell('t1', 'r1', 'c1', storeId))}</span>
479 </>
480);
481
482const ContextStore = ({
483 store,

Callers

nothing calls this directly

Calls 1

useCellFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…