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

Method getCheckpoint

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected