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

Function getCheckpoint

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

Source from the content-addressed store, hash-verified

563 const forEachCheckpoint = (checkpointCallback) => mapForEach(labels, checkpointCallback);
564 const hasCheckpoint = (checkpointId) => collHas(deltas, checkpointId);
565 const getCheckpoint = (checkpointId) => mapGet(labels, checkpointId);
566 const goBackward = () => {
567 goBackwardImpl();
568 callListenersIfChanged();

Callers

nothing calls this directly

Calls 1

mapGetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…