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

Function TestTablesView

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

Source from the content-addressed store, hash-verified

119};
120
121const TestTablesView = (
122 props: TablesProps & {readonly cellPrefix?: string},
123) => (
124 <TablesView
125 {...props}
126 tableComponent={TestTableView}
127 getTableComponentProps={(_tableId: Id) => ({
128 cellPrefix: props.cellPrefix,
129 })}
130 />
131);
132
133const TestTableView = (props: TableProps & {readonly cellPrefix?: string}) => (
134 <>

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…