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

Function TestCurrentCheckpointView

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

Source from the content-addressed store, hash-verified

392};
393
394const TestCurrentCheckpointView = (props: BackwardCheckpointsProps) => (
395 <CurrentCheckpointView
396 {...props}
397 checkpointComponent={({checkpointId}) => <>current:{checkpointId}</>}
398 />
399);
400
401testComponents('ui-react', componentHarness, {
402 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…