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

Function TestCellView

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

Source from the content-addressed store, hash-verified

337);
338
339const TestCellView = (props: CellProps & {readonly cellPrefix?: string}) => (
340 <>
341 {props.cellId}
342 {props.cellPrefix}
343 <CellView {...props} />
344 </>
345);
346
347const TestValuesView = (
348 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…