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

Function ResultTableView

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

Source from the content-addressed store, hash-verified

6import {useResultRowIds} from './hooks.ts';
7
8export const ResultTableView: typeof ResultTableViewDecl = (
9 props: ResultTableProps,
10): any => resultTableView(props, useResultRowIds(props.queryId, props.queries));

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…