Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tampermonkey/tampermonkey
/ setTimer
Function
setTimer
src/background.js:903–906 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
901
};
902
903
var
setTimer =
function
() {
904
cancelTimer();
905
timer = window.setTimeout(watchdog, 2 * 60 * 1000);
906
};
907
908
var
details = {
909
method:
'GET'
,
Callers
3
progress
Function · 0.85
done
Function · 0.85
background.js
File · 0.85
Calls
1
cancelTimer
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…