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

Function ContextIndexesChild

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

Source from the content-addressed store, hash-verified

531);
532
533const ContextIndexesChild = ({indexesId}: {readonly indexesId?: string}) => (
534 <>
535 <IndexView indexes={indexesId} indexId="i1" />
536 {JSON.stringify(useSliceIds('i1', indexesId))}
537 <SliceView indexes={indexesId} indexId="i1" sliceId="1" />
538 {JSON.stringify(useSliceRowIds('i1', '1', indexesId))}
539 </>
540);
541
542const ContextRelationships = ({
543 relationships,

Callers

nothing calls this directly

Calls 2

useSliceIdsFunction · 0.90
useSliceRowIdsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…