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

Function LinkedRowsView

src/ui-solid/LinkedRowsView.tsx:7–8  ·  view source on GitHub ↗
(props: LinkedRowsProps)

Source from the content-addressed store, hash-verified

5import {useLinkedRowIds} from './primitives.ts';
6
7export const LinkedRowsView = (props: LinkedRowsProps): JSXElement =>
8 useComponentPerRow(props, useLinkedRowIds, () => props.firstRowId);

Callers

nothing calls this directly

Calls 1

useComponentPerRowFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…