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

Function getCheckpointIds

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

Source from the content-addressed store, hash-verified

556 };
557 const getStore = () => store;
558 const getCheckpointIds = () => [
559 [...backwardIds],
560 currentId,
561 [...forwardIds]
562 ];
563 const forEachCheckpoint = (checkpointCallback) => mapForEach(labels, checkpointCallback);
564 const hasCheckpoint = (checkpointId) => collHas(deltas, checkpointId);
565 const getCheckpoint = (checkpointId) => mapGet(labels, checkpointId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…