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

Function TestResultCellView

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

Source from the content-addressed store, hash-verified

255);
256
257const TestResultCellView = (
258 props: ResultCellProps & {readonly cellPrefix?: string},
259) => (
260 <>
261 {props.cellId}
262 {props.cellPrefix}
263 <ResultCellView {...props} />
264 </>
265);
266
267const TestAllCheckpointsView = (props: BackwardCheckpointsProps) => (
268 <>

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…