Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_registerListeners
Function · 0.70
Calls
1
arrayPop
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…