Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ setInterval
Method
setInterval
modules/io/system/system.js:36–38 ·
view source on GitHub ↗
(callback, delay)
Source
from the content-addressed store, hash-verified
34
Timer.clear(id);
35
}
36
static setInterval(callback, delay) {
37
return
Timer.repeat(callback, delay);
38
}
39
static clearInterval(id) {
40
Timer.clear(id);
41
}
Callers
8
rebuildPoll
Method · 0.80
main.js
File · 0.80
main.js
File · 0.80
constructor
Method · 0.80
start
Method · 0.80
main.js
File · 0.80
main.js
File · 0.80
main.js
File · 0.80
Calls
1
repeat
Method · 0.80
Tested by
no test coverage detected