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

Function getCheckpointIds

src/checkpoints/index.ts:195–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 const getStore = (): Store => store;
194
195 const getCheckpointIds = (): CheckpointIds => [
196 [...backwardIds],
197 currentId,
198 [...forwardIds],
199 ];
200
201 const forEachCheckpoint = (checkpointCallback: CheckpointCallback) =>
202 mapForEach(labels, checkpointCallback);

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…