MCPcopy
hub / github.com/tinyplex/tinybase / clearCheckpointId

Function clearCheckpointId

src/checkpoints/index.ts:101–105  ·  view source on GitHub ↗
(checkpointId: Id)

Source from the content-addressed store, hash-verified

99 };
100
101 const clearCheckpointId = (checkpointId: Id): void => {
102 mapSet(deltas, checkpointId);
103 mapSet(labels, checkpointId);
104 callListeners(checkpointListeners, [checkpointId]);
105 };
106
107 const clearCheckpointIds = (checkpointIds: Ids, to?: number): void =>
108 arrayForEach(

Callers 1

clearFunction · 0.70

Calls 2

mapSetFunction · 0.90
callListenersFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…