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

Function TestLocalRowsView

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

Source from the content-addressed store, hash-verified

247);
248
249const TestLocalRowsView = (
250 props: LocalRowsProps & {readonly cellPrefix?: string},
251) => (
252 <>
253 {props.remoteRowId}:
254 <LocalRowsView
255 {...props}
256 rowComponent={TestRowView}
257 getRowComponentProps={(_rowId: Id) => ({
258 cellPrefix: props.cellPrefix,
259 })}
260 />
261 </>
262);
263
264const TestLinkedRowsView = (
265 props: LinkedRowsProps & {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…