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

Function TestResultSortedTableView

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

Source from the content-addressed store, hash-verified

292);
293
294const TestResultSortedTableView = (
295 props: ResultSortedTableProps & {readonly cellPrefix?: string},
296) => (
297 <>
298 {props.queryId},{props.cellId}:
299 <ResultSortedTableView
300 {...props}
301 resultRowComponent={TestResultRowView}
302 getResultRowComponentProps={(_rowId: Id) => ({
303 cellPrefix: props.cellPrefix,
304 })}
305 />
306 </>
307);
308
309const TestResultRowView = (
310 props: ResultRowProps & {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…