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

Method addCheckpoint

src/@types/checkpoints/index.d.ts:35–35  ·  view source on GitHub ↗
(label?: string)

Source from the content-addressed store, hash-verified

33
34 /// Checkpoints.addCheckpoint
35 addCheckpoint(label?: string): Id;
36
37 /// Checkpoints.setCheckpoint
38 setCheckpoint(checkpointId: Id, label: string): Checkpoints;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected