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

Function TestCellView

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

Source from the content-addressed store, hash-verified

172);
173
174const TestCellView = (props: CellProps & {readonly cellPrefix?: string}) => (
175 <>
176 {props.cellId}
177 {props.cellPrefix}
178 <CellView {...props} />
179 </>
180);
181
182const TestValuesView = (
183 props: ValuesProps & {readonly valuePrefix?: 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…