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

Function ResultTableView

src/ui-solid/ResultTableView.tsx:7–14  ·  view source on GitHub ↗
(props: ResultTableProps)

Source from the content-addressed store, hash-verified

5import {useResultRowIds} from './primitives.ts';
6
7export const ResultTableView = (props: ResultTableProps): JSXElement =>
8 resultTableView(
9 props,
10 useResultRowIds(
11 () => props.queryId,
12 () => props.queries,
13 ),
14 );

Callers

nothing calls this directly

Calls 2

resultTableViewFunction · 0.90
useResultRowIdsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…