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

Function forEachCheckpoint

src/checkpoints/index.ts:201–202  ·  view source on GitHub ↗
(checkpointCallback: CheckpointCallback)

Source from the content-addressed store, hash-verified

199 ];
200
201 const forEachCheckpoint = (checkpointCallback: CheckpointCallback) =>
202 mapForEach(labels, checkpointCallback);
203
204 const hasCheckpoint = (checkpointId: Id) => collHas(deltas, checkpointId);
205

Callers

nothing calls this directly

Calls 1

mapForEachFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…