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

Function TestAllCheckpointsView

test/unit/core/ui-solid/components.test.tsx:334–344  ·  view source on GitHub ↗
(props: BackwardCheckpointsProps)

Source from the content-addressed store, hash-verified

332);
333
334const TestAllCheckpointsView = (props: BackwardCheckpointsProps) => (
335 <>
336 <BackwardCheckpointsView {...props} />
337 |
338 <CurrentCheckpointView {...props} />
339 |
340 <ForwardCheckpointsView {...props} />
341 |
342 <CheckpointView {...props} checkpointId="" />|
343 </>
344);
345
346testComponents('ui-solid', componentHarness, {
347 BackwardCheckpointsView,

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…