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

Function clearForward

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

Source from the content-addressed store, hash-verified

257 };
258
259 const clearForward = (): Checkpoints => {
260 if (!arrayIsEmpty(forwardIds)) {
261 clearCheckpointIds(forwardIds);
262 callListeners(checkpointIdsListeners);
263 }
264 return checkpoints;
265 };
266
267 const destroy = (): void => {
268 store.delListener(cellListenerId);

Callers

nothing calls this directly

Calls 3

arrayIsEmptyFunction · 0.90
clearCheckpointIdsFunction · 0.70
callListenersFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…