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

Function getCheckpoint

src/checkpoints/index.ts:206–207  ·  view source on GitHub ↗
(checkpointId: Id)

Source from the content-addressed store, hash-verified

204 const hasCheckpoint = (checkpointId: Id) => collHas(deltas, checkpointId);
205
206 const getCheckpoint = (checkpointId: Id): string | undefined =>
207 mapGet(labels, checkpointId);
208
209 const goBackward = (): Checkpoints => {
210 goBackwardImpl();

Callers

nothing calls this directly

Calls 1

mapGetFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…