MCPcopy
hub / github.com/tinyplex/tinybase / getCheckpoint

Method getCheckpoint

src/@types/checkpoints/with-schemas/index.d.ts:54–54  ·  view source on GitHub ↗
(checkpointId: Id)

Source from the content-addressed store, hash-verified

52
53 /// Checkpoints.getCheckpoint
54 getCheckpoint(checkpointId: Id): string | undefined;
55
56 /// Checkpoints.addCheckpointIdsListener
57 addCheckpointIdsListener(listener: CheckpointIdsListener<Schemas>): Id;

Callers 13

TestFunction · 0.65
hooks.test.tsxFile · 0.65
useUndoInformationFunction · 0.65
useRedoInformationFunction · 0.65
useUndoInformationFunction · 0.65
useRedoInformationFunction · 0.65
useUndoInformationFunction · 0.65
useRedoInformationFunction · 0.65
useUndoInformationFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestFunction · 0.52