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

Function TestResultCellView

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

Source from the content-addressed store, hash-verified

322);
323
324const TestResultCellView = (
325 props: ResultCellProps & {readonly cellPrefix?: string},
326) => (
327 <>
328 {props.cellId}
329 {props.cellPrefix}
330 <ResultCellView {...props} />
331 </>
332);
333
334const TestAllCheckpointsView = (props: BackwardCheckpointsProps) => (
335 <>

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…