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

Function setSize

src/checkpoints/index.ts:170–174  ·  view source on GitHub ↗
(size: number)

Source from the content-addressed store, hash-verified

168 };
169
170 const setSize = (size: number): Checkpoints => {
171 backwardIdsSize = size;
172 trimBackwardsIds();
173 return checkpoints;
174 };
175
176 const addCheckpoint = (label?: string) => {
177 const id = addCheckpointImpl(label);

Callers

nothing calls this directly

Calls 1

trimBackwardsIdsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…