Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tampermonkey/tampermonkey
/ resaveAllScriptsEx
Function
resaveAllScriptsEx
src/background.js:226–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
};
225
226
var
resaveAllScriptsEx =
function
() {
227
restoreAllScriptsEx(true);
228
};
229
230
var
isNewVersion = versionCmp(newversion, version) == eNEWER;
231
Callers
1
convertData
Function · 0.85
Calls
1
restoreAllScriptsEx
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…