MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / schedule

Method schedule

modules/base/timer/timer.js:29–29  ·  view source on GitHub ↗
(id, delay, repeat)

Source from the content-addressed store, hash-verified

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); }
32};

Callers 15

startMethod · 0.80
stopMethod · 0.80
addMethod · 0.80
updateMethod · 0.80
probeMethod · 0.80
scanMethod · 0.80
connectMethod · 0.80
startMethod · 0.80
failedMethod · 0.80
constructorMethod · 0.80
#doSampleMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected