Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tampermonkey/tampermonkey
/ cb
Function
cb
src/background.js:2472–2474 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2470
if
(o != e) {
2471
var
fn = oobj.changeListeners[n][i];
2472
var
cb =
function
() {
2473
fn(n, o, e);
2474
}
2475
window.setTimeout(cb, 1);
2476
}
2477
})();
Callers
15
resp
Function · 0.70
error
Function · 0.70
done
Function · 0.70
err
Function · 0.70
write
Function · 0.70
writeDone
Function · 0.70
writeScripts
Function · 0.70
aDone
Function · 0.70
callback
Function · 0.70
background.js
File · 0.70
fill
Function · 0.70
ConfigObject
Function · 0.70
Calls
8
callback
Function · 0.85
updateHash
Function · 0.85
checkNoUpdateNotification
Function · 0.85
createOptionItems
Function · 0.85
sendResponse
Function · 0.85
notifyOptionsTab
Function · 0.85
install
Function · 0.70
done
Function · 0.70
Tested by
no test coverage detected