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

Function goForward

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

Source from the content-addressed store, hash-verified

213 };
214
215 const goForward = (): Checkpoints => {
216 goForwardImpl();
217 callListenersIfChanged();
218 return checkpoints;
219 };
220
221 const goTo = (checkpointId: Id): Checkpoints => {
222 const action = arrayHas(backwardIds, checkpointId)

Callers

nothing calls this directly

Calls 2

goForwardImplFunction · 0.70
callListenersIfChangedFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…