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

Function ContextRowChild

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

Source from the content-addressed store, hash-verified

462);
463
464const ContextRowChild = ({storeId}: {readonly storeId?: string}) => (
465 <>
466 <span>
467 <RowView store={storeId} tableId="t1" rowId="r1" />
468 </span>
469 <span>{JSON.stringify(useRow('t1', 'r1', storeId))}</span>
470 </>
471);
472
473const ContextCellChild = ({storeId}: {readonly storeId?: string}) => (
474 <>

Callers

nothing calls this directly

Calls 1

useRowFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…