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

Function LocalRowsView

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

Source from the content-addressed store, hash-verified

5import {useLocalRowIds} from './primitives.ts';
6
7export const LocalRowsView = (props: LocalRowsProps): JSXElement =>
8 useComponentPerRow(props, useLocalRowIds, () => props.remoteRowId);

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…