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

Function ContextTablesChild

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

Source from the content-addressed store, hash-verified

444 );
445
446const ContextTablesChild = ({storeId}: {readonly storeId?: string}) => (
447 <>
448 <span>
449 <TablesView store={storeId} />
450 </span>
451 <span>{JSON.stringify(useTables(storeId))}</span>
452 </>
453);
454
455const ContextTableChild = ({storeId}: {readonly storeId?: string}) => (
456 <>

Callers

nothing calls this directly

Calls 1

useTablesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…