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

Function forEachCheckpoint

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:563–563  ·  view source on GitHub ↗
(checkpointCallback)

Source from the content-addressed store, hash-verified

561 [...forwardIds]
562 ];
563 const forEachCheckpoint = (checkpointCallback) => mapForEach(labels, checkpointCallback);
564 const hasCheckpoint = (checkpointId) => collHas(deltas, checkpointId);
565 const getCheckpoint = (checkpointId) => mapGet(labels, checkpointId);
566 const goBackward = () => {

Callers

nothing calls this directly

Calls 1

mapForEachFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…