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

Method setCheckpoint

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

Source from the content-addressed store, hash-verified

36
37 /// Checkpoints.setCheckpoint
38 setCheckpoint(checkpointId: Id, label: string): Checkpoints;
39
40 /// Checkpoints.getStore
41 getStore(): Store;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected