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

Function trimBackwardsIds

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

Source from the content-addressed store, hash-verified

111 );
112
113 const trimBackwardsIds = (): void =>
114 clearCheckpointIds(backwardIds, size(backwardIds) - backwardIdsSize);
115
116 const storeChanged = () =>
117 ifNotUndefined(currentId, () => {

Callers 2

storeChangedFunction · 0.70
setSizeFunction · 0.70

Calls 2

sizeFunction · 0.90
clearCheckpointIdsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…