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

Function TestAllCheckpointsView

test/unit/core/ui-react/components.test.tsx:267–280  ·  view source on GitHub ↗
(props: BackwardCheckpointsProps)

Source from the content-addressed store, hash-verified

265);
266
267const TestAllCheckpointsView = (props: BackwardCheckpointsProps) => (
268 <>
269 <BackwardCheckpointsView {...props} />
270 |
271 <CurrentCheckpointView {...props} />
272 |
273 <ForwardCheckpointsView {...props} />
274 |
275 <CheckpointView {...props} checkpointId="" />|
276 {/* eslint-disable-next-line @typescript-eslint/ban-ts-comment */}
277 {/* @ts-ignore */}
278 <CheckpointView {...props} />
279 </>
280);
281
282const TestTablesView = (
283 props: TablesProps & {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…