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

Function TestResultSortedTableView

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

Source from the content-addressed store, hash-verified

223);
224
225const TestResultSortedTableView = (
226 props: ResultSortedTableProps & {readonly cellPrefix?: string},
227) => (
228 <>
229 {props.queryId},{props.cellId}:
230 <ResultSortedTableView
231 {...props}
232 resultRowComponent={TestResultRowView}
233 getResultRowComponentProps={useCallback(
234 () => ({cellPrefix: props.cellPrefix}),
235 [props.cellPrefix],
236 )}
237 />
238 </>
239);
240
241const TestResultRowView = (
242 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…