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

Function goBackward

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

Source from the content-addressed store, hash-verified

207 mapGet(labels, checkpointId);
208
209 const goBackward = (): Checkpoints => {
210 goBackwardImpl();
211 callListenersIfChanged();
212 return checkpoints;
213 };
214
215 const goForward = (): Checkpoints => {
216 goForwardImpl();

Callers

nothing calls this directly

Calls 2

goBackwardImplFunction · 0.70
callListenersIfChangedFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…