MCPcopy 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

rebuildPollMethod · 0.80
main.jsFile · 0.80
main.jsFile · 0.80
constructorMethod · 0.80
startMethod · 0.80
main.jsFile · 0.80
main.jsFile · 0.80
main.jsFile · 0.80

Calls 1

repeatMethod · 0.80

Tested by

no test coverage detected