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

Function LocalRowsView

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

Source from the content-addressed store, hash-verified

6import {useLocalRowIds} from './hooks.ts';
7
8export const LocalRowsView: typeof LocalRowsViewDecl = (
9 props: LocalRowsProps,
10): any => 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…