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

Method setCheckpoint

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

Source from the content-addressed store, hash-verified

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

Callers 6

checkpoints.tsFile · 0.65
testComponentsFunction · 0.65
primitives.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected