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

Function TestResultTableView

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

Source from the content-addressed store, hash-verified

277);
278
279const TestResultTableView = (
280 props: ResultTableProps & {readonly cellPrefix?: string},
281) => (
282 <>
283 {props.queryId}:
284 <ResultTableView
285 {...props}
286 resultRowComponent={TestResultRowView}
287 getResultRowComponentProps={(_rowId: Id) => ({
288 cellPrefix: props.cellPrefix,
289 })}
290 />
291 </>
292);
293
294const TestResultSortedTableView = (
295 props: ResultSortedTableProps & {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…