MCPcopy Index your code
hub / github.com/tinyplex/tinybase / hasCheckpoint

Function hasCheckpoint

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

Source from the content-addressed store, hash-verified

202 mapForEach(labels, checkpointCallback);
203
204 const hasCheckpoint = (checkpointId: Id) => collHas(deltas, checkpointId);
205
206 const getCheckpoint = (checkpointId: Id): string | undefined =>
207 mapGet(labels, checkpointId);

Callers 1

setCheckpointFunction · 0.70

Calls 1

collHasFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…