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

Function TableView

src/ui-react/TableView.tsx:8–9  ·  view source on GitHub ↗
(props: TableProps)

Source from the content-addressed store, hash-verified

6import {useRowIds} from './hooks.ts';
7
8export const TableView: typeof TableViewDecl = (props: TableProps): any =>
9 tableView(props, useRowIds(props.tableId, props.store));

Callers

nothing calls this directly

Calls 2

tableViewFunction · 0.90
useRowIdsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…