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

Function LinkedRowsView

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

Source from the content-addressed store, hash-verified

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