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

Function addCheckpoint

src/checkpoints/index.ts:176–180  ·  view source on GitHub ↗
(label?: string)

Source from the content-addressed store, hash-verified

174 };
175
176 const addCheckpoint = (label?: string) => {
177 const id = addCheckpointImpl(label);
178 callListenersIfChanged();
179 return id;
180 };
181
182 const setCheckpoint = (checkpointId: Id, label: string) => {
183 if (

Callers 1

clearFunction · 0.70

Calls 2

addCheckpointImplFunction · 0.70
callListenersIfChangedFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…