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

Function TestRemoteRowView

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

Source from the content-addressed store, hash-verified

232);
233
234const TestRemoteRowView = (
235 props: RemoteRowProps & {readonly cellPrefix?: string},
236) => (
237 <>
238 {props.localRowId}:
239 <RemoteRowView
240 {...props}
241 rowComponent={TestRowView}
242 getRowComponentProps={(_rowId: Id) => ({
243 cellPrefix: props.cellPrefix,
244 })}
245 />
246 </>
247);
248
249const TestLocalRowsView = (
250 props: LocalRowsProps & {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…