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

Function ContextTableChild

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

Source from the content-addressed store, hash-verified

453);
454
455const ContextTableChild = ({storeId}: {readonly storeId?: string}) => (
456 <>
457 <span>
458 <TableView store={storeId} tableId="t1" />
459 </span>
460 <span>{JSON.stringify(useTable('t1', storeId))}</span>
461 </>
462);
463
464const ContextRowChild = ({storeId}: {readonly storeId?: string}) => (
465 <>

Callers

nothing calls this directly

Calls 1

useTableFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…