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

Function storeUnchanged

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

Source from the content-addressed store, hash-verified

123 });
124
125 const storeUnchanged = () => {
126 currentId = arrayPop(backwardIds);
127 checkpointsChanged = 1;
128 };
129
130 let cellListenerId: string;
131 let valueListenerId: string;

Callers 1

_registerListenersFunction · 0.70

Calls 1

arrayPopFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…