MCPcopy Index your code
hub / github.com/tinyplex/tinybase / CheckpointView

Function CheckpointView

src/ui-react/CheckpointView.tsx:9–17  ·  view source on GitHub ↗
({
  checkpoints,
  checkpointId,
  debugIds,
}: CheckpointProps)

Source from the content-addressed store, hash-verified

7import {useCheckpoint} from './hooks.ts';
8
9export const CheckpointView: typeof CheckpointViewDecl = ({
10 checkpoints,
11 checkpointId,
12 debugIds,
13}: CheckpointProps): any => (
14 <Wrap debugIds={debugIds} id={checkpointId}>
15 {useCheckpoint(checkpointId, checkpoints) ?? EMPTY_STRING}
16 </Wrap>
17);

Callers

nothing calls this directly

Calls 1

useCheckpointFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…