MCPcopy Create free account
hub / github.com/tinyplex/tinybase / TestLinkedRowsView

Function TestLinkedRowsView

test/unit/core/ui-solid/components.test.tsx:264–277  ·  view source on GitHub ↗
(
  props: LinkedRowsProps & {readonly cellPrefix?: string},
)

Source from the content-addressed store, hash-verified

262);
263
264const TestLinkedRowsView = (
265 props: LinkedRowsProps & {readonly cellPrefix?: string},
266) => (
267 <>
268 {props.firstRowId}:
269 <LinkedRowsView
270 {...props}
271 rowComponent={TestRowView}
272 getRowComponentProps={(_rowId: Id) => ({
273 cellPrefix: props.cellPrefix,
274 })}
275 />
276 </>
277);
278
279const TestResultTableView = (
280 props: ResultTableProps & {readonly cellPrefix?: string},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…