MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / repeat

Method repeat

modules/base/timer/timer.js:28–28  ·  view source on GitHub ↗
(callback, delay)

Source from the content-addressed store, hash-verified

26class Timer {
27 static set(callback, delay, repeat) { return native("xs_timer_set").call(this, callback, delay, repeat); }
28 static repeat(callback, delay) { return native("xs_timer_repeat").call(this, callback, delay); }
29 static schedule(id, delay, repeat) { return native("xs_timer_schedule").call(this, id, delay, repeat); }
30 static clear(id) { return native("xs_timer_clear").call(this, id); }
31 static delay(id) { return native("xs_timer_delay").call(this, id); }

Callers 15

lineMethod · 0.80
prepareNodeMethod · 0.80
nodeToStringMethod · 0.80
printVariableMethod · 0.80
resolveDotPathMethod · 0.80
reportHitsMethod · 0.80
constructorMethod · 0.80
addMethod · 0.80
probeMethod · 0.80
startKeepAliveMethod · 0.80
resolveMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected