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

Function TestSliceView

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

Source from the content-addressed store, hash-verified

219);
220
221const TestSliceView = (props: SliceProps & {readonly cellPrefix?: string}) => (
222 <>
223 {props.sliceId}:
224 <SliceView
225 {...props}
226 rowComponent={TestRowView}
227 getRowComponentProps={(_rowId: Id) => ({
228 cellPrefix: props.cellPrefix,
229 })}
230 />
231 </>
232);
233
234const TestRemoteRowView = (
235 props: RemoteRowProps & {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…